Question 13: Which of the following statement correctly creates a fileref allhecrs
- libname allhecrs '/folders/myfolders/hedata/hecourses2017t.dat';
- 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 : 3 Exp : See the following statements for the explanation
- LIBNAME -> It reference a SAS library. It is used to refer SAS library. - FILENAME -> It references external file. It is similar to the libref. However, will be used to refer an external file.
- DATA -> Give the name to SAS dataset
-
You can access to full explanation to question and answer from this page.