Given the SAS data set SASUSER.HOUSES:

The following SAS program is submitted:
The following output is desired:
style price
CONDO $79,700
TWOSTORY $62,550
Which DEFINE statement completes the program and produces the desired output?
A.define style / width = 9;
B.define style / order width = 9;
C.define style / group width = 9;
D.define style / display width = 9; Answer: C
the full can visit here: http://www.testpassport.com/SASInstituteSystemsCertification/A00-211.asp
