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.europe data=sashelp.demographics; id id; surface popagr; run; quit;