nerdexam
SAS_Institute

A00-201 · Question #14

14: The following SAS program is submitted: libname rawdata1 'location of SAS data library'; filename rawdata2 'location of raw data file'; data work.testdata; infile <insert item here>; input…

The correct answer is B. rawdata2. See the full explanation below for the reasoning.

Question

14: The following SAS program is submitted: libname rawdata1 'location of SAS data library'; filename rawdata2 'location of raw data file'; data work.testdata; infile <insert item here>; input sales1 sales2; run; Which one of the following is needed to complete the program correctly?

Options

  • Arawdata1
  • Brawdata2
  • C'rawdata1'
  • D'rawdata2'

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    76% (22)
  • C
    7% (2)
  • D
    14% (4)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice