nerdexam
SAS_Institute

A00-211 · Question #217

The following SAS program is submitted: proc contents data = sashelp.class varnum; quit; What does the VARNUM option print?

The correct answer is D. a list of the variables in the order they were created. See the full explanation below for the reasoning.

Question

The following SAS program is submitted:

proc contents data = sashelp.class varnum; quit; What does the VARNUM option print?

Options

  • Aa list of variable names
  • Bthe total number of variables
  • Ca list of the variables in alphabetic order
  • Da list of the variables in the order they were created

How the community answered

(62 responses)
  • A
    3% (2)
  • B
    10% (6)
  • C
    5% (3)
  • D
    82% (51)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice