SAS_Institute
A00-201 · Question #46
A00-201 Question #46: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #46. The question stem and answer options stay visible for context.
Question
The following SAS program is submitted: proc sort data = sasuser.houses out = houses; by style; run; proc print data = houses; <insert statement(s) here> run; Click on the Exhibit button to view the report produced. Which of the following SAS statement(s) create(s) the report? Report: style bedrooms baths price CONDO 2 1.5 80050 3 2.5 79350 4 3.5 122150 2 2.0 110700 RANCH 2 1.0 64000 3 3.0 86650 3 1.0 89100 1 1.0 54550 SPLIT 1 1.0 65850 4 3.0 92250 4 2.5 73450 TWOSTORY 4 3.0 107350 2 1.0 65850 2 1.0 69250 4 2.5 102950
Options
- Aid style;
- Bid style; var bedrooms baths price;
- Cid style; by style; var bedrooms baths price;
- Did style; by style; var style bedrooms baths price;
Unlock A00-201 to see the answer
You've previewed enough free A00-201 questions. Unlock A00-201 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.