The CLASS statement specifies Region and Decade as the classification
variables. PROC UNIVARIATE produces a component histogram for each level (distinct
combination of values) of these variables. ORDER= orders the classification
levels by the frequency of Decade so that the year with greatest population
count displays first.
class region decade(order=freq);