SAS_Institute
A00-201 · Question #32
A00-201 Question #32: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #32. The question stem and answer options stay visible for context.
Question
The observations in the SAS data set WORK.TEST are ordered by the values of the variable SALARY. The following SAS program is submitted:
proc sort data = work.test out = work.testsorted;
by name;
run;
Which one of the following is the result of the SAS program?
Options
- AThe data set WORK.TEST is stored in ascending order by values of the NAME variable.
- BThe data set WORK.TEST is stored in descending order by values of the NAME variable.
- CThe data set WORK.TESTSORTED is stored in ascending order by values of the NAME variable.
- DThe data set WORK.TESTSORTED is stored in descending order by values of the NAME variable.
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.