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)- A71% (32)
- B4% (2)
- C16% (7)
- D9% (4)
Community Discussion
No community discussion yet for this question.