nerdexam
SAS_Institute

A00-212 · Question #25

The following SAS program is submitted: proc contents data = testdata.one; run; Which SQL procedure program produces similar information about the column attributes of the dataset TESTDATA.ONE?

The correct answer is D. proc sql. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

proc contents data = testdata.one; run; Which SQL procedure program produces similar information about the column attributes of the dataset TESTDATA.ONE?

Options

  • Aproc sql;
  • Bproc sql;
  • Cproc sql;
  • Dproc sql;

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    10% (4)
  • C
    5% (2)
  • D
    82% (32)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice