Produce the surface map.
The ID statement specifies the variable in the map data set and the response data set that defines the map areas.
proc gmap map=maps.us data=reflib.sites; id state; surface sites; run; quit;