SAS_Institute
A00-202 · Question #59
The following SAS program is submitted: proc datasets lib = testdata; modify one; SAS A00-202 Exam label num = 'Number'; format num 4.; quit; Which one of the following SQL programs produces the…
The correct answer is A. proc sql. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
proc datasets lib = testdata; modify one; SAS A00-202 Exam label num = 'Number'; format num 4.; quit; Which one of the following SQL programs produces the same results as the above DATASETS procedure?
Options
- Aproc sql;
- Bproc sql;
- Cproc sql;
- Dproc sql;
How the community answered
(19 responses)- A74% (14)
- B5% (1)
- C16% (3)
- D5% (1)
Community Discussion
No community discussion yet for this question.