Question 68 : The following SAS program is submitted:

 proc means data = sasuser.houses std mean max;

 var sqfeet;

 run;

 Which one of the following is needed to display the standard deviation with only two decimal places?

 1.Add the option MAXDEC = 2 to the MEANS procedure statement.

 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 1 :

 Exp : Other commonly used options available in PROC MEANS include:

 o DATA= Specify data set to use

 o NOPRINT Do not print output

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