Question 56: You have below program

 data course2017_1;

 set  course2017 end=last;

 if last;

 run;

 Now during the compilation phase, all the variables will be created in the program data vector, and all the observation will be set to

  1. Blank values
  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 : As soon as compilation phase finished descriptor portion of the dataset will be generated. But no observations will be created.

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