Display the map with no boundaries. ID specifies the variable, REGION, that identifies the unit areas in the processed data set.
proc gmap data=reflib.africa map=reflib.africa;
   id region;
   choro region / nolegend;
run;
quit;