NOTE .... this old SAS/GIS exmaple probably no longer works
in recent versions of SAS
GIF version w/ html-drilldown:
Click here to see the SAS code.
Click here to see the example. (html/drilldown version)
PDF version:
Click here to see the SAS code.
Click here to see the example. (pdf version)
---------------------------------------------------------------
This example uses 'proc geocode' to find the lat/long of
the schools in Wake County, NC...
And then uses SAS/GIS to plot those values onto a
Wake County street map.
The advantage here, over SAS/Graph gmap, is that
SAS/GIS can easily plot the streets (or any other layer
that's in the original TIGER data map, or other map
that SAS/GIS can import).
See the sas code for more details - it is very thoroughly
commented!
Back to Samples Index