SAS_Institute
A00-211 · Question #236
The following SAS program is submitted: proc sort data=SASUSER.PROJECTS out=PSORT; by Product Code descending Date Cost; run; Which of the following is true concerning the submitted program?
The correct answer is B. The descending option applies to the Date and Cost variables. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
proc sort data=SASUSER.PROJECTS out=PSORT; by Product Code descending Date Cost; run; Which of the following is true concerning the submitted program?
Options
- AThe descending option applies only to the Date variable.
- BThe descending option applies to the Date and Cost variables.
- CThe descending option applies to the Product and Code variables.
- DThe descending option applies only to the Code variable.
How the community answered
(41 responses)- A12% (5)
- B80% (33)
- C5% (2)
- D2% (1)
Community Discussion
No community discussion yet for this question.