nerdexam
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)
  • A
    14% (8)
  • B
    75% (44)
  • C
    8% (5)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice