nerdexam
SAS_Institute

A00-202 · Question #26

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 SAS A00-202 Exam attributes as…

The correct answer is C. 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 SAS A00-202 Exam attributes as the above CONTENTS procedure?

Options

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

How the community answered

(40 responses)
  • A
    10% (4)
  • B
    5% (2)
  • C
    83% (33)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice