nerdexam
SAS_Institute

A00-212 · Question #150

Which one of the following SAS programs displays the descriptor portion of each data set stored in the SASUSER library?

The correct answer is D. proc datasets lib = sasuser. See the full explanation below for the reasoning.

Question

Which one of the following SAS programs displays the descriptor portion of each data set stored in the SASUSER library?

Options

  • Aproc datasets lib = sasuser.all;
  • Bproc datasets lib = sasuser.all;
  • Cproc datasets lib = sasuser;
  • Dproc datasets lib = sasuser;

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    11% (2)
  • D
    79% (15)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice