SAS_Institute
A00-211 · Question #48
Which step displays a listing of all the data sets in the WORK library?
The correct answer is C. proc contents data=WORK._all_. See the full explanation below for the reasoning.
Question
Which step displays a listing of all the data sets in the WORK library?
Options
- Aproc contents lib=WORK
- Bproc contents lib=WORK.all;
- Cproc contents data=WORK.all;
- Dproc contents data=WORK ALL;
How the community answered
(57 responses)- A4% (2)
- B9% (5)
- C74% (42)
- D14% (8)
Community Discussion
No community discussion yet for this question.