Question 93: Which of the following is a correct syntax with regards to referencing a file stored in a SAS permanent library?
- data hadoopexam.subs;
set courses.subscriber;
if price>100;
run;
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Correct Answer : 1 Exp : You need to look for the naming rules of a SAS library at first. It can not be longe than 8 character. Hence, option 1 is out.
It can not start with the number, hence option 2 is out.
You can access to full explanation to question and answer from this page.