SAS_Institute
A00-202 · Question #4
A00-202 Question #4: Real Exam Question with Answer & Explanation
Sign in or unlock A00-202 to reveal the answer and full explanation for question #4. 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 A1 2 X1 1 A2 2 X2 2 B1 3 Y 2 B2 5 V 4 D The following SAS program is submitted creating the output table THREE: proc sql; create table three as select one.num, char1, char2 from one, two where one.num = two.num; quit; THREE NUM CHAR1 CHAR2 ------------- --------------- --------- 2 B1 X1 2 B1 X2 2 B2 X1 2 B2 X2 Which one of the following DATA step programs creates an equivalent SAS data set THREE?
Options
- Adata three;C.data three;
- Bdata three;D.data three;
- Cdata three;
- Ddata three;
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.