SAS_Institute
A00-211 · Question #26
The following SAS program is submitted: Data_null_; set old; put sales 1 sales2; run; Where is the output written?
The correct answer is A. to the SAS log. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
Data_null_; set old; put sales 1 sales2; run; Where is the output written?
Options
- Ato the SAS log
- Bto the SAS data set NULL
- Cto the SAS output window or to an output file
- Dto the raw data file that was most recently opened
How the community answered
(49 responses)- A71% (35)
- B16% (8)
- C8% (4)
- D4% (2)
Community Discussion
No community discussion yet for this question.