nerdexam
SAS_Institute

A00-201 · Question #15

15: 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

15: 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

(45 responses)
  • A
    71% (32)
  • B
    4% (2)
  • C
    16% (7)
  • D
    9% (4)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice