nerdexam
SAS_Institute

A00-202 · Question #34

The following SAS program is submitted: proc sql; select * from dictionary.tables; quit; Which one of the following is reported?

The correct answer is C. metadata on all tables in all libraries. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

proc sql; select * from dictionary.tables; quit; Which one of the following is reported?

Options

  • Ametadata on all tables in the DICTIONARY library only
  • Bmetadata on all tables in the SASUSER library only
  • Cmetadata on all tables in all libraries
  • Dmetadata on all tables in the WORK library only

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    82% (28)
  • D
    9% (3)

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice