nerdexam
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)
  • A
    4% (2)
  • B
    11% (6)
  • C
    6% (3)
  • D
    79% (42)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice