nerdexam
SAS_Institute

A00-201 · Question #11

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…

The correct answer is B. define style / group width = 9. See the full explanation below for the reasoning.

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;

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    83% (20)
  • C
    8% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice