Question 22: Which of the given SAS code will generate the below output

 

  1. proc means data=course2017  ;

 by course_name fee;

 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 : 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.