Question 54: You are running below program

 data course2017_1;

 obsnum=5;

 set  course2017 (keep=COURSE_NAME LOCATION) point=obsnum;

 output;   

 stop;

 run;

 where course2017  has 100 observations. What happen when you run the program?

  1. It will give error
  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 : 4 Exp : In the given program three things matter POINT= output and stop. If they all three are used together than only 1 observation

 will be generated.

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