nerdexam
SAS_Institute

A00-281 · Question #15

Given the following data set: Which program was used to prepare the data for this PROC PRINT output?

The correct answer is B. proc sort data=one out=two nodupkey. See the full explanation below for the reasoning.

Question

Given the following data set:

Which program was used to prepare the data for this PROC PRINT output?

Exhibit

A00-281 question #15 exhibit

Options

  • Aproc sort data=one out=two;
  • Bproc sort data=one out=two nodupkey;
  • Cproc sort data=one out=two nodup;
  • Dproc sort data=one out=two nodupkey;

How the community answered

(34 responses)
  • A
    6% (2)
  • B
    76% (26)
  • C
    3% (1)
  • D
    15% (5)

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice