nerdexam
SAS_Institute

A00-211 · Question #91

A00-211 Question #91: Real Exam Question with Answer & Explanation

The correct answer is C. The data set WORK.TESTSORTED is stored in ascending order by values of the NAME variable.. See the full explanation below for the reasoning.

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.

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice