nerdexam
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)
  • A
    4% (2)
  • B
    9% (5)
  • C
    74% (42)
  • D
    14% (8)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice