Question 47:
Which SAS statement should be used to read the raw data file that is referenced by the fileref Hadoopexamsale?
- infile hadoopexamsale;
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer :4
Exp : The INFILE statement identifies the location of the external data file. The DLM= option specifies the colon (:) as the delimiter that separates each field.
Infile options
For more complicated file layouts, refer to the infile options described below.
You can access to full explanation to question and answer from this page.