SAS_Institute
A00-211 · Question #178
The following program is submitted: proc sort data=SASUSER.PROJECTS out=PSORT; by Code descending Date Cost; run; Which of the following is true concerning 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 program is submitted:
proc sort data=SASUSER.PROJECTS out=PSORT; by Code descending Date Cost; run; Which of the following is true concerning 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
(57 responses)- A5% (3)
- B79% (45)
- C12% (7)
- D4% (2)
Community Discussion
No community discussion yet for this question.