Question 60: You have been given below dataset

 You execute below program, which of the generated output is correct?

 data course100;

 set course101 course102;

 run;

 

  1. Image1
  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 : 1 Exp : As program and input dataset is given than it would be relatively easier for you to find the result.

 -             This is an example of concatenation where one dataset will be appended to another dataset.

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