nerdexam
SAS_Institute

A00-211 · Question #103

The following SAS program is submitted: libname rawdata1 'location of SAS data library'; filename rawdata2 'location of raw data file'; data work.testdata; infile input sales1 sales2; run; Which one…

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

Question

The following SAS program is submitted:

libname rawdata1 'location of SAS data library'; filename rawdata2 'location of raw data file'; data work.testdata; infile 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

(37 responses)
  • A
    3% (1)
  • B
    78% (29)
  • C
    5% (2)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice