Question 22: Which of the given SAS code will generate the below output
- proc means data=course2017 ;
by course_name fee;
run;
- 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 : 2 Exp : As looking at the output you can see that it has been categorized on two variables course_name and fee. Hence option 4 is out.
You can access to full explanation to question and answer from this page.