Question 6 :

 Which of the following programs correctly references a SAS data set named SalesAnalysis that is stored in a permanent SAS library?

  1.  data saleslibrary.salesanalysis;

 set mydata.quarter1sales;

 if sales>100000;

 run;

2.Get all Questions and Answer from here

3.You need to have paid subscription to access all question

4. Thanks for considering SAS Certification Material

 Ans : 2

 Exp : Librefs must be 1 to 8 characters long, must begin with a letter or underscore, and can contain only letters, numerals, or underscores.

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