全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
2181 2
2010-04-17
用ODS后,图形文件保存在那里?缺省的文件夹
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2010-4-17 12:30:26
I got the answer.

If you don't specify the ods output path, your graph files are stored at the place where you start SAS.
For example, your have a sas file "temp.sas" at c:\temp. You click "temp.sas" to start SAS. Then all the graph files are stored at c:\temp.
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2010-4-17 13:08:02
ODS RTF FILE='c:\program Files\sas\sas 9.1\freq.htm';
Proc Freq data=temp;
Tables x1*x2 / list;
Run;
Proc Means data=temp maxdec=2;
Var x1 x2;
RUN;
ODS RTF CLOSE;
'c:\program Files\sas\sas 9.1   是默认输出路径,你可以指定。
本文来自: 人大经济论坛 详细出处参考:http://www.pinggu.org/bbs/viewth ... &from^^uid=447592
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群