nerdexam
SAS_Institute

A00-212 · Question #149

The following SAS program is submitted: proc contents data = testdata.one; run; Which one of the following SQL statements produces similar information about the column attributes as the above…

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 one of the following SQL statements produces similar information about the column attributes as the above CONTENTS procedure?

Options

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

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    16% (4)
  • C
    4% (1)
  • D
    72% (18)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice