nerdexam
SAS_Institute

A00-201 · Question #115

Which one of the following programs correctly displays a histogram for the variable POPULATION?

The correct answer is A. proc univariate data=sasuser.houses; histogram population; run. See the full explanation below for the reasoning.

Question

Which one of the following programs correctly displays a histogram for the variable POPULATION?

Options

  • Aproc univariate data=sasuser.houses; histogram population; run;
  • Bproc freq data=sasuser.houses; histogram population; run;
  • Cproc print data=sasuser.houses; histogram population; run;
  • Dproc gchart data=sasuser.houses; vbar population; run;

How the community answered

(42 responses)
  • A
    79% (33)
  • B
    12% (5)
  • C
    7% (3)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice