SAS_Institute
A00-201 · Question #19
A00-201 Question #19: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #19. The question stem and answer options stay visible for context.
Question
The contents of two SAS data sets named EMPLOYEE and SALARY are listed below:
EMPLOYEE
name age
Bruce 30
Dan 35
SALARY
name salary
Bruce 40000
Bruce 35000
Dan 37000
Dan .
The following SAS program is submitted:
data work.empsalary;
merge work.employee (in = inemp)
work.salary (in = insal);
by name;
if inemp and insal;
run;
How many observations will the data set WORK.EMPSALARY contain?
Options
- A2
- B4
- C5
- D6
Unlock A00-201 to see the answer
You've previewed enough free A00-201 questions. Unlock A00-201 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.