SAS_Institute
A00-212 · Question #190
The SAS data set WORK.TEMP is indexed on variable Id: The following SAS program is submitted:
The correct answer is A. Stops because the data is not descending order. See the full explanation below for the reasoning.
Question
The SAS data set WORK.TEMP is indexed on variable Id:
The following SAS program is submitted:
Options
- AStops because the data is not descending order
- BGenerates a report without a problem
- CStops because the data is not in ascending order
- DGenerates a report, but only if the index = USE option is turned on
How the community answered
(31 responses)- A81% (25)
- B10% (3)
- C6% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.