Question 58: You have been given below datasets

 Which of the following program will generate result as Course100 dataset using Course101 and Course102?

  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 : 1 Exp : if you know, how are all the different ways data will be joined together than this question will be easy for you. Observe

 results from Course100

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