SAS_Institute
A00-201 · Question #74
A00-201 Question #74: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #74. The question stem and answer options stay visible for context.
Question
The SAS data set EMPLOYEE_INFO is listed below:
IDNumber Expenses
2542 100.00
3612 133.15
2198 270.34
3198 311.12
The following SAS program is submitted:
proc sort data = employee_info;
<insert BY statement here>
run;
Which one of the following BY statements completes the program and sorts the data sequentially by ascending expense values within each ascending IDNUMBER value?
Options
- ABy Expenses IDNumber;
- BBy IDNumber Expenses;
- CBy ascending (IDNumber Expenses);
- DBy ascending IDNumber ascending Expenses;
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.