The followingSAS code is submitted:
data WORK.TEMPWORK.ERRORS / view=WORK.TEMP;
infileRAWDATA;
input Xa XbXc;
if Xa=. thenoutput WORK.ERRORS;
else outputWORK.TEMP;
run;
Which of thefollowing is true of
theWORK.ERRORS data set?
答案是:
C.
The data set isnot created because the DATA statement contains a syntax error.
Log 是这样写的:
NOTE: DATA STEP view saved on file WORK.TEMP.
NOTE: A stored DATA STEP view cannot run under a different operating system.
1. 谁能解释一下为什么啊?
2. 还有第一个statement: data WORK.TEMP WORK.ERRORS / view=WORK.TEMP; 这样的写法对吗? 还是 / view=WORK.TEMP 必须直接跟在 data WORK.TEMP 的后面?
谢谢~



雷达卡




京公网安备 11010802022788号







