Question 26: Which of the given procedure can generate below output

  1. proc freq data=course2017  ;

 TABLES  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 : 1 Exp : Two way frequency: Use the * between two variables. For each category of the course and for various fees across the observation

 it will be printed.

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