Question 13: Which of the following statement correctly creates a fileref allhecrs

  1.          libname allhecrs '/folders/myfolders/hedata/hecourses2017t.dat';
  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 : 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.