Question 61 : Which program can be used to create the

 output similar to shown in left?

 <img>P2_61.png</img>

  1. proc means data=clinic.diabetes;

 var age height weight;

 class sex;

 output out=work.sum_gender

 mean=AvgAge AvgHeight AvgWeight;

 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 : You can use either PROC MEANS or PROC SUMMARY to create the table. Adding a PRINT option to the PROC SUMMARY statement produces the same report as if you used PROC MEANS.

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