Question 52: What action should you take once you submitted the below SAS program
proc print data=courses;
where course='SPARK;
run;
- After submitting to complete the program add another quotation mark on the log window, so program will be successfully completed
- 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 : In the given program you can see that there is an unbalanced quotation mark, and SAS is unable to detect the end of statement.
Hence,
You can access to full explanation to question and answer from this page.