nerdexam
SAS_Institute

A00-211 · Question #96

The following SAS SORT procedure step generates an output data set: proc sort data = sasuser.houses out = report; by style; run; In which library is the output data set stored?

The correct answer is A. WORK. See the full explanation below for the reasoning.

Question

The following SAS SORT procedure step generates an output data set:

proc sort data = sasuser.houses out = report; by style; run; In which library is the output data set stored?

Options

  • AWORK
  • BREPORT.
  • CHOUSES
  • DSASUSER

How the community answered

(34 responses)
  • A
    79% (27)
  • B
    3% (1)
  • C
    6% (2)
  • D
    12% (4)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice