SAS_Institute
A00-212 · Question #159
The following SAS program is submitted: proc sort data=class out=class1 nodupkey; by name course ; run; Which SQL procedure program produces the same results?
The correct answer is A. proc sql. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
proc sort data=class out=class1 nodupkey; by name course ; run; Which SQL procedure program produces the same results?
Options
- Aproc sql;
- Bproc sql;
- Cproc sql;
- Dproc sql;
How the community answered
(27 responses)- A81% (22)
- B4% (1)
- C11% (3)
- D4% (1)
Community Discussion
No community discussion yet for this question.