SAS_Institute
A00-202 · Question #44
The SAS data set ONE has a variable X on which an index has been created. The data sets ONE and THREE are sorted by X. Which one of the following SAS programs uses the index to select observations…
The correct answer is B. data two. See the full explanation below for the reasoning.
Question
The SAS data set ONE has a variable X on which an index has been created. The data sets ONE and THREE are sorted by X. Which one of the following SAS programs uses the index to select observations from the data set ONE?
Options
- Adata two;
- Bdata two;
- Cdata two;
- Ddata two;
How the community answered
(59 responses)- A14% (8)
- B75% (44)
- C8% (5)
- D3% (2)
Community Discussion
No community discussion yet for this question.