PROC SORT sorts the observations by Region, State, and Month.
proc sort data=exprev; by region state month; run;