SAS Certified Base Programmer 123 Questions (34)
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
Topics:
SAS Base Questions |
2 Comments »
A
A