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)- A10% (4)
- B5% (2)
- C83% (33)
- D3% (1)
Community Discussion
No community discussion yet for this question.