Quiz title : Set - 001 - Part 01
Question 1 of 11



The following SAS program is submitted:

proc means data = sasuser.houses std mean max;
    
var sqfeet;
run;