SAS_Institute
A00-211 · Question #88
A00-211 Question #88: Real Exam Question with Answer & Explanation
Sign in or unlock A00-211 to reveal the answer and full explanation for question #88. 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 234.34 2198 111.12 The following SAS program is submitted: proc sort data = employee_info; run; Which one of the following BY statements completes the program and sorts the data sequentially by descending expense values within each descending IDNUMBER value?
Options
- Aby descending IDNumber Expenses;
- Bby (IDNumber Expenses) descending;
- Cby IDNumber descending Expenses descending;
- Dby descending IDNumber descending Expenses;
Unlock A00-211 to see the answer
You've previewed enough free A00-211 questions. Unlock A00-211 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.