Click here to see the SAS code.
Click here to see the example.

---------------------------------------------------------------

This SAS job goes to the Bojangles website, and 'scrapes'
the list of cities with Bojangles from the html in their 
web pages.

It then uses 'proc geocode' to estimate the lat/long of each city,
and then annotates those locations onto a map (using SAS/Graph
proc gmap).

I use "ods html" so that I can included html drilldowns for 
each city, and the url of the drilldown brings up a Google map,
showing the locations of the individual Bojangles in that city.

Back to Samples Index