Click here to see the SAS code.
Click here to see the example.
---------------------------------------------------------------
http://www.census.gov/cgi-bin/geo/shapefiles2010/main
Census ZIP Code Tabulation Area download page
-----
Use the following to import the map...
proc mapimport datafile="./zt37_d00.shp" out=mymap;
id zcta;
run;
Back to Samples Index