SAS_Institute
A00-202 · Question #2
A00-202 Question #2: Real Exam Question with Answer & Explanation
Sign in or unlock A00-202 to reveal the answer and full explanation for question #2. The question stem and answer options stay visible for context.
Question
Given the following SAS data sets ONE and TWO: ONE TWO NUM CHAR1 NUM CHAR2 ------------------- ---------------------- 1 A 2 X 2 B 3 Y 4 D 5 V The following SAS program is submitted creating the output table THREE: data three; set one two; run; THREE NUM CHAR1 CHAR2 -------------- ---------------- --------- 1 A 2 B 4 D 2 X 3 Y 5 V Which one of the following SQL programs creates an equivalent SAS data set THREE?
Options
- Aproc sql;D.proc sql;
- Bproc sql;C.proc sql;
- Cproc sql;
- Dproc sql;
Unlock A00-202 to see the answer
You've previewed enough free A00-202 questions. Unlock A00-202 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.