Quiz title : Creating Enhanced List and Summary Reports
Question 1 of 10



If Style has four unique values and you submit the following program, which output do you get? (Assume that all the other variables are numeric.)

proc report data=sasuser.houses nowd;
column style sqfeet bedrooms price;
define style / group;
run;