SAS_Institute
A00-281 · Question #2
The following SAS program is submitted: proc sort data=SASUSER.VISIT out=PSORT; by code descending date cost; run; Which statement is true regarding the submitted program?
The correct answer is B. The variable CODE is sorted by ascending order. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
proc sort data=SASUSER.VISIT out=PSORT; by code descending date cost; run; Which statement is true regarding the submitted program?
Options
- AThe descending option applies to the variable CODE.
- BThe variable CODE is sorted by ascending order.
- CThe PSORT data set is stored in the SASUSER library.
- DThe descending option applies to the DATE and COST variables.
How the community answered
(44 responses)- A5% (2)
- B80% (35)
- C5% (2)
- D11% (5)
Community Discussion
No community discussion yet for this question.