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;
- Image1
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- 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.