SAS_Institute
A00-211 · Question #137
Which program displays a listing of all data sets in the SASUSER library?
The correct answer is D. proc contents data = sasuser._all_; run. See the full explanation below for the reasoning.
Question
Which program displays a listing of all data sets in the SASUSER library?
Options
- Aproc contents lib = sasuser.all; run;
- Bproc contents data = sasuser.all; run;
- Cproc contents lib = sasuser.alI; run;
- Dproc contents data = sasuser.all; run;
How the community answered
(53 responses)- A4% (2)
- B11% (6)
- C6% (3)
- D79% (42)
Community Discussion
No community discussion yet for this question.