一道sas base programming 的题

一道sas base programming 的题
The following SAS program is submitted:
data_null_;
set old;
put sales1 sales2;
run;
Where is the output written?
A. the SAS log
B. the raw data file that was opened last
C. the SAS output window or an output file
D. the data set mentioned in the DATA statement
Answer: A
为什麽答案是A?
谢谢!
鱼在天空飞 1年前 已收到1个回答 举报

roson911 幼苗

共回答了18个问题采纳率:88.9% 举报

因为_null_的缘故,data _null_不会输出到output或file.
put sales1 sales2,则是在sas log中输出sales1和sales2的变量值.

1年前

8
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 16 q. 2.553 s. - webmaster@yulucn.com