全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
4876 3
2010-01-13
请问哪位高手可以帮我解释下下面option后面选项的意思呀!!!

OPTION NOXWAIT;
OPTION COMPRESS = BINARY;
OPTION SOURCE;
OPTION SOURCE2;
OPTION NOTES;
OPTION ERRORS=0;

非常感谢!!
二维码

扫码加我 拉你入群

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

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

全部回复
2010-1-14 00:34:24
OPTION NOXWAIT;
The -noxwait option is used to allow a system command to runin SAS and when it finishes, the user is returned to SAS without having to press enter. It can be issued from the CONFIG.SAS file, from the command that invokes the SAS System and from an options statement from within an AUTOEXEC.SAS file or the Program Editor.

In 6.08 another options named noxsync also governs how quickly you are returned to your SAS System session. If you have submitted noxsync, you are returned to SAS immediately and the DOS command is executed asynchronously (meaning in the background as the SAS System session continues). This option is usually submitted with the noxwait option to speed the submitting and returning to the SAS System session.

Others you can check sas help.
二维码

扫码加我 拉你入群

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

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

2010-1-14 08:00:08
saslovime 发表于 2010-1-13 20:52
请问哪位高手可以帮我解释下下面option后面选项的意思呀!!!

OPTION NOXWAIT;
OPTION COMPRESS = BINARY;
OPTION SOURCE;
OPTION SOURCE2;
OPTION NOTES;
OPTION ERRORS=0;

非常感谢!!
You can get the definition with proc options, see example below,

proc options ;
run;

proc options group=errorhandling;
run;

proc options OPTION=NOXWAIT;
run;

proc options OPTION=SOURCE DEFINE  VALUE;
run;
二维码

扫码加我 拉你入群

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

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

2010-1-14 16:59:24
thank you for your guys' help
二维码

扫码加我 拉你入群

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

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

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

说点什么

分享

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