SAS_Institute
A00-202 · Question #79
Given the following SAS data set ONE: ONE NUM VAR --------- --------- 1 A 2 B 3 C Which one of the following SQL programs deletes the SAS data set ONE?
The correct answer is D. proc sql. See the full explanation below for the reasoning.
Question
Given the following SAS data set ONE:
ONE NUM VAR --------- --------- 1 A 2 B 3 C Which one of the following SQL programs deletes the SAS data set ONE?
Options
- Aproc sql;
- Bproc sql;
- Cproc sql;
- Dproc sql;
How the community answered
(26 responses)- A4% (1)
- B8% (2)
- C12% (3)
- D77% (20)
Community Discussion
No community discussion yet for this question.