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