data response;
id=1; value=348; output;
id=2; value=523; output;
run;
proc gmap map=maps.china data=response all;
id id;
choro value;
run;
