SAS_Institute
A00-212 · Question #203
The SAS set WORK CHECK has an index on the variable Code and the following SAS program is submitted. proc sort data=WORK.CHECK; by Code; run; What describes the result of submitting SAS program?
The correct answer is B. The sort does not execute. See the full explanation below for the reasoning.
Question
The SAS set WORK CHECK has an index on the variable Code and the following SAS program is submitted. proc sort data=WORK.CHECK; by Code; run; What describes the result of submitting SAS program?
Options
- AThe index on Code is updates
- BThe sort does not execute
- CThe index on Code is deleted
- DThe index on the Code unaffected
How the community answered
(16 responses)- A6% (1)
- B81% (13)
- D13% (2)
Community Discussion
No community discussion yet for this question.