nerdexam
SAS_Institute

A00-281 · Question #46

Given the following data set: Which SAS program produced this output?

The correct answer is A. proc sort data=one(where=(age>50)) out=two. See the full explanation below for the reasoning.

Question

Given the following data set:

Which SAS program produced this output?

Options

  • Aproc sort data=one(where=(age>50)) out=two;
  • Bproc sort data=one(if=(age>50)) out=two;
  • Cproc sort data=one out=two;
  • Dproc sort data=one out=two;

How the community answered

(22 responses)
  • A
    82% (18)
  • B
    5% (1)
  • C
    9% (2)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice