Show the regional map. ID specifies the variable, DIVISION, that identifies the unit areas in the processed data set. CHORO specifies DIVISION as the response variable.
proc gmap map=remstate data=remstate all;
   id division;
   choro division / nolegend;
run;
quit;