nerdexam
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)
  • A
    71% (35)
  • B
    16% (8)
  • C
    8% (4)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice