由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - SAS proc printto 问题。
相关主题
如何从sas output里读入数据。请问SAS BASE123有些答案是不是错的?
SAS help needed: baozi will be given[Help] Dividing a SAS data set
可以用sas直接改excel的worksheet的名字么?SAS base 70 题第29 和 31题
问一个不产生SAS Log的命令SAS help needed, how to downloading files
proc export to Excel: can not read it!Re: 请问SAS如何学起?
[求助]用SAS建立多个工作簿的Excel文件申请SAS PROGRAMMER职位,要懂哪些东西?
SAS: automatically generate xls file with updated date昨天考了SAS ADVANCED,不难
How to work on this dataset?关于SAS Advance 9 的考试体会
相关话题的讨论汇总
话题: printto话题: outfile话题: proc话题: sas话题: run
进入Statistics版参与讨论
1 (共1页)
h******e
发帖数: 1791
1
请给看看以下code为什么把结果打在了log里而不是指定文件?
outfile已经设好,没问题。
string是dataset report里需要输出的变量。
proc printto new print = outfile; run;
data _null_;
set report;
put @1 string $char134.;
run;
proc printto; run;
R*********i
发帖数: 7643
2
Did you forget the "file xxxx" statement? By default contents after "put"
statement go to the log.
h******e
发帖数: 1791
3
no, outfile has been set:
filename outfile "&outpath.&fname..txt";

【在 R*********i 的大作中提到】
: Did you forget the "file xxxx" statement? By default contents after "put"
: statement go to the log.

h******e
发帖数: 1791
4
彻底明白了,多谢了。

【在 R*********i 的大作中提到】
: Did you forget the "file xxxx" statement? By default contents after "put"
: statement go to the log.

1 (共1页)
进入Statistics版参与讨论
相关主题
关于SAS Advance 9 的考试体会proc export to Excel: can not read it!
[合集] 用SAS生成表格,怎么弄比较好?[求助]用SAS建立多个工作簿的Excel文件
[合集] 发伪币3000 - 不用SAS\IML如何用SAS做矩阵计算?SAS: automatically generate xls file with updated date
[合集] 生物统计硕士找工作,药厂SAS Programmer vs非药厂BiostatisHow to work on this dataset?
如何从sas output里读入数据。请问SAS BASE123有些答案是不是错的?
SAS help needed: baozi will be given[Help] Dividing a SAS data set
可以用sas直接改excel的worksheet的名字么?SAS base 70 题第29 和 31题
问一个不产生SAS Log的命令SAS help needed, how to downloading files
相关话题的讨论汇总
话题: printto话题: outfile话题: proc话题: sas话题: run