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)- A3% (1)
- B78% (29)
- C5% (2)
- D14% (5)
Community Discussion
No community discussion yet for this question.