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)- A3% (2)
- B10% (6)
- C5% (3)
- D82% (51)
Community Discussion
No community discussion yet for this question.