Question 27: Which of the following procedure will generate given output?

 

  1. proc freq data=course2017  ;

 TABLES  COURSE_NAME*FEE    nofreq norow nocol; ;

 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 : 4 Exp : As we can see in the result it is a cross tabulation of two variables named COURSE_NAME and FEE.

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