Question 26: Which of the given procedure can generate below output
- proc freq data=course2017 ;
TABLES 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 : 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.