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)- A8% (2)
- B16% (4)
- C4% (1)
- D72% (18)
Community Discussion
No community discussion yet for this question.