nerdexam
SAS_Institute

A00-201 · Question #70

Click the Exhibit button to view the output of a FREQ procedure. The variable STYLE has a permanent label of "Style of homes" and the variable BEDROOMS has a permanent label of "Number of bedrooms"…

The correct answer is D. proc freq data = sasuser.houses; tables style; tables bedrooms; run. See the full explanation below for the reasoning.

Question

Click the Exhibit button to view the output of a FREQ procedure. The variable STYLE has a permanent label of "Style of homes" and the variable BEDROOMS has a permanent label of "Number of bedrooms". Which one of the following SAS programs produced the output shown in the exhibit?

Options

  • Aproc freq data = sasuser.houses; tables style and bedrooms; run;
  • Bproc freq data = sasuser.houses; tables style * bedrooms; run;
  • Cproc freq data = sasuser.houses; tables style , bedrooms; run;
  • Dproc freq data = sasuser.houses; tables style; tables bedrooms; run;

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    11% (3)
  • D
    82% (23)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice