SAS Certified Base Programmer 123 Questions (10)
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 salse2; run;
Which one of the following is needed to complete the program correctly?
A. rawdata1
B. rawdata2
C. ‘rawdata1’
D. ‘rawdata2’
Topics:
SAS Base Questions |
1 Comment »
B