全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1887 4
2012-08-06
朋友问起adv63题的第11题,当初好像弄明白了,现在看看又不懂了。还请各位高手指点~~~~谢谢大家!!!!!!
The following SAS code is submitted:

data WORK.TEMP WORK.ERRORS / view=WORK.TEMP;
infile RAWDATA;
input Xa Xb Xc;
if Xa=. then output WORK.ERRORS;
else output WORK.TEMP;
run;

Which of the following is true of the WORK.ERRORS data set?
A. The data set is created when the DATA step is submitted.
B. The data set is created when the view TEMP is used in another SAS step.
C. The data set is not created because the DATA statement contains a syntax error.
D. The descriptor portion of WORK.ERRORS is created when the DATA step is submitted.
二维码

扫码加我 拉你入群

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

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

全部回复
2012-8-7 00:33:09
自己顶一个!!!
二维码

扫码加我 拉你入群

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

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

2012-8-7 08:41:58
同样请教
二维码

扫码加我 拉你入群

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

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

2012-8-7 14:09:48
Answer is D. the descriptor portion of WORK.ERRORS has been created, however, we haven't assign a filename for RAWDATA so the actual work.errors haven't been created. You just need to assign a text file with missing value to RAWDATA. You can see the actual data set work.erros.
二维码

扫码加我 拉你入群

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

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

2012-8-8 01:25:47
luyanzheng 发表于 2012-8-7 14:09
Answer is D. the descriptor portion of WORK.ERRORS has been created, however, we haven't assign a fi ...
Thanks a lot
二维码

扫码加我 拉你入群

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

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

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

说点什么

分享

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