nerdexam
SAS_Institute

A00-212 · Question #128

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

The correct answer is A. 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 all libraries
  • Bmetadata on all tables in the WORK library only
  • Cmetadata on all tables in the SASUSER library only
  • Dmetadata on all tables in the DICTIONARY library only

How the community answered

(39 responses)
  • A
    79% (31)
  • B
    13% (5)
  • C
    5% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice