Display the map with no boundaries. ID specifies the variable, REGION, that identifies the unit areas in the processed data set.


proc gmap data=africa map=africa;
   id region;
   choro region / nolegend levels=1;
run;
quit;