SAS_Institute
A00-201 · Question #60
A00-201 Question #60: Real Exam Question with Answer & Explanation
Sign in or unlock A00-201 to reveal the answer and full explanation for question #60. The question stem and answer options stay visible for context.
Question
The following SAS program is submitted:
proc report data = sasuser.houses nowd headline headskip;
column style price;
where price < 100000;
<insert code here>
title;
run;
Click the Exhibit button to view the output from the REPORT procedure.
Assuming that the PRICE variable is numeric, which one of the following completes the program and produces the output displayed in the exhibit?
Options
- A.define style / group 'Style'; define price / mean 'Price' format = dollar9.;
- B.define style / display 'Style'; define price / across 'Price' format = dollar9.;
- C.define style / display 'Style'; define price / sum 'Price' format = dollar9.;
- D.define style / order 'Style'; define price / mean 'Price' format = dollar9.;
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.