SAS_Institute
A00-201 · Question #11
A00-201 Question #11: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #11. The question stem and answer options stay visible for context.
Question
11: Click the Exhibit button to view a listing of the SASUSER.HOUSES data set.
The following SAS program is submitted:
proc report data = sasuser.houses nowd headline;
column style price;
where price lt 100000;
<insert DEFINE statement here>
define price / mean width = 9;
title;
run;
The following ouput is created by the REPORT procedure:
style price
CONDO $79,700
RANCH $68,575
SPLIT $77,983
TWOSTORY $62,350
Which one of the following DEFINE statements creates this data and program above?
Options
- Adefine style / order width = 9;
- Bdefine style / group width = 9;
- Cdefine style / across width = 9;
- Ddefine style / display width = 9;
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.