SAS_Institute
A00-201 · Question #49
A00-201 Question #49: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #49. The question stem and answer options stay visible for context.
Question
The SAS data sets WORK.EMPLOYEE and WORK.SALARY are shown below: WORK.EMPLOYEE Fname age Bruce 30 Dan 40 WORK.SALARY name salary Bruce 25000 Dan 35000 The following SAS program is submitted: data work.empdata; <insert MERGE statement here> by fname; totsal + salary; run; Which one of the following statements completes the merge of the two data sets by the FNAME variable?
Options
- Amerge work.employee work.salary (name = fname);
- Bmerge work.employee work.salary
- Cmerge work.employee work.salary (rename = (name = fname));
- Dmerge work.employee work.salary (rename = (name = fname));
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.