Question 59 :

 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?

 

  1. rawdata1
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 2

 Exp : no need quotation mark for infile or filename. but the location needs within the quotation mark.

You can access to full explanation to question and answer from this page.