SAS_Institute
A00-212 · Question #23
Given the SAS data sets ONE and TWO: The following SAS program is submitted: data combine; merge one two; by id; run; Which SQL procedure program procedures the same results?
The correct answer is A. proc sql. See the full explanation below for the reasoning.
Question
Given the SAS data sets ONE and TWO:
The following SAS program is submitted:
data combine; merge one two; by id; run; Which SQL procedure program procedures the same results?
Exhibit
Options
- Aproc sql;
- Bproc sql;
- Cproc sql;
- Dproc sql;
How the community answered
(17 responses)- A71% (12)
- B12% (2)
- C6% (1)
- D12% (2)
Community Discussion
No community discussion yet for this question.
