nerdexam
SAS_Institute

A00-212 · Question #44

Following SAS program is submitted: data temp(<insert option here>); infile 'rawdata'; input x $ y z; run; RAWDATA is a file reference to an external file that is ordered by the variable X. Which…

The correct answer is C. SORTEDBY= X. See the full explanation below for the reasoning.

Question

Following SAS program is submitted:

data temp(<insert option here>); infile 'rawdata'; input x $ y z; run; RAWDATA is a file reference to an external file that is ordered by the variable X. Which option specifies how the data in the SAS data set TEMP will be sorted?

Options

  • AORDERBY= X
  • BGROUPBY= X
  • CSORTEDBY= X
  • DSORTSYNC= X

How the community answered

(59 responses)
  • A
    3% (2)
  • B
    5% (3)
  • C
    78% (46)
  • D
    14% (8)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice