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)- A79% (27)
- B3% (1)
- C6% (2)
- D12% (4)
Community Discussion
No community discussion yet for this question.