boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 请问用SAS'ODS时如何抑制结果到输出窗口?
相关主题
Re: 请问SAS如何学起?
proc report
SAS急问:怎样在PROC REPORT 的TITLE 部分加粗字体(BOLD)?不用ODS怎样做?
请教SAS ODS to Excel
[提问]如何用SAS在同一个ExcelBook里create several spreadsheets?
求助!该如何准备这个电话面试?
关于SAS里面 PROC MODEL 的output,急!!
help-how to get exact p value in sas
[SAS] data set options (obs=) in output tables
【分享】SAS2010全球论坛文章合集
相关话题的讨论汇总
话题: ods话题: close话题: html话题: window话题: print
进入Statistics版参与讨论
1 (共1页)
w*****y
发帖数: 130
1
my code is
ODS html file='' ;
Proc print noobs data=;
run;
ods html close;
everytime it say that the output window is full.
I dont want to print anything to the ouput window,just need to save my data
to local file in csv or xls.
should I use
ods listings close;
thanks
P****D
发帖数: 11146
2
Yes, ods listings close; will do. See http://www.ats.ucla.edu/stat/sas/faq/odsexample.htm
1 (共1页)
进入Statistics版参与讨论
相关主题
【分享】SAS2010全球论坛文章合集
中级SAS问题
求助:SAS 画图输出问题.
包子请教:SASoutput encoding的问题
公司从SAS转到WPS,大家有懂WPS的吗?
请教SAS macro - please help, still not resolved
ods proc report
如何比较两个proc contents的结果?
怎样得到OBS的值?
问个proc univariate 打印的问题
相关话题的讨论汇总
话题: ods话题: close话题: html话题: window话题: print