SAS_Institute
A00-211 · Question #64
The following SAS program is submitted: proc sort data = sasuser.houses out = houses; by style; run; proc print data = houses; run; Click on the Exhibit button to view the report produced. style…
The correct answer is C. id style. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
proc sort data = sasuser.houses out = houses; by style; run; proc print data = houses; run; Click on the Exhibit button to view the report produced. style bedrooms baths price CONDO 2 1.5 80050 3 2.5 79350 4 2.5 127150 2 2.0 110700 RANCH 2 1.0 64000 3 3.0 86650 3 1.0 89100 1 1.0 34550 SPLIT 1 1.0 65850 4 3.0 94450 3 1.5 73650 TWOSTORY 4 3.0 107250 2 1.0 55850 2 1.0 69250 4 2.5 102950 Which of the following SAS statement(s) create(s) the report?
Options
- Aid style;
- Bid style;
- Cid style;
- Did style;
How the community answered
(49 responses)- A4% (2)
- B16% (8)
- C73% (36)
- D6% (3)
Community Discussion
No community discussion yet for this question.