Question 11 :

 Assume the SAS data set Sasuser.Houses has four numeric variables.

 The following SAS program is submitted:

 proc means data=sasuser.houses mean;   

 (insert statement(s) here)run;

 The following report is produced:

 Which of the following statement(s) create(s) this report?

 

  1. class style;
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 3

 Exp : The CLASS statement specifies the category variable(s) for group processing. The VAR

 statement specifies the numeric variable(s) for which to calculate statistics.

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