The following SAS program is submitted:
data _null_;
set old;
put sales1 sales2;
run;
Where is the output written?
A. the raw data file that was opened last
B. the data set mentioned in the DATA statement
C. the SAS log
D. the SAS output window or an output file
data _null_;
set old;
put sales1 sales2;
run;
Where is the output written?
A. the raw data file that was opened last
B. the data set mentioned in the DATA statement
C. the SAS log
D. the SAS output window or an output file
No comments:
Post a Comment