SAS_Institute
A00-201 · Question #99
A00-201 Question #99: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #99. The question stem and answer options stay visible for context.
Question
The following SAS program is submitted:
proc report data = work.houses nowd;
column style price;
where price < 100000;
<insert DEFINE statements here>
title;
run;
Click the Exhibit button to view the output from the REPORT procedure. Assume permanent variable labels have been assigned. Which one of the following completes the program and produces the output displayed in the exhibit?
style price
CONDO 80,050
79,360
RANCH 64,200
66,650
69,100
SPLIT 64,550
65,550
94,450
TWOSTORY 73,650
85,850
69,250
Options
- Adefine style / display width = 9; define price / sum format = comma9. width = 10;
- Bdefine style / width = 9; define price / sum format = comma9. width = 10;
- Cdefine style / group width = 9; define price / sum format = comma9. width = 10;
- Ddefine style / order width = 9; define price / sum format = comma9. width = 10;
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.