proc freq data=sashelp.class order=freq; tables age sex ; title1 "Frequency Counts (most common to least common)"; title2 "with cumulative results"; run;