Question 59: You have been given below dataset

 Which of the following is a correct SAS program which can generate output as Course100?

 

  1. data course100;

 set course101 ;

 set course102 ;

 run;

  1. Get all Questions and Answer from here
  2. You need to have paid subscription to access all questions
  3. Thanks for considering SAS Certification Material

 Correct Answer : 3 Exp : Again you need to observe generated output in Course100

 -             Results are sequential, Hence By statement certainly used. Hence, option 1 is out.

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