A00-202 · Question #75
Given the following SAS data set ONE: ONE JOB LEVEL SALARY ----------- ---------------- --------------- SAS A00-202 Exam ACC 2 300 SEC 1 100 SEC 2 200 MGR 3 700 ACC 1 . ACC 3 . MGR 2 400 The…
The correct answer is C. proc sql;D.proc sql. See the full explanation below for the reasoning.
Question
Given the following SAS data set ONE:
ONE JOB LEVEL SALARY ----------- ---------------- --------------- SAS A00-202 Exam ACC 2 300 SEC 1 100 SEC 2 200 MGR 3 700 ACC 1 . ACC 3 . MGR 2 400 The following SAS data set TWO is created:
TWO JOB LEVEL BONUS ------------ -------------- ----------- ACC 2 30 MGR 3 70 MGR 2 40 Which one of the following SAS programs creates data set TWO?
Options
- Aproc sql;
- Bproc sql;
- Cproc sql;D.proc sql;
- Dproc sql;
How the community answered
(36 responses)- A3% (1)
- B8% (3)
- C83% (30)
- D6% (2)
Community Discussion
No community discussion yet for this question.