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)- A79% (33)
- B12% (5)
- C7% (3)
- D2% (1)
Community Discussion
No community discussion yet for this question.