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

This example was created for the SUGI 30 "Hands-On Session"
taught by Robert Allison & Mike Zdeb.

Click here to try out the actual code used during the hands-on session.  

Submit the code in sas, and look at the output.  

Edit the code/data in Section 1, and change it to map the state
of your choosing, and change the zipcodes to be one (or more) zipcode
in that state, and submit the code again and view your custom map.

Then edit the code, and 'uncomment' the code in "Section 2", and submit 
again to see the enhanced output (and so for Sections 3, and 4).

Section 1 = Chage the 'state' and zipcodes.
Section 2 = 'transparent' annotated pies, showing county lines 'through' them.
Section 3 = 'shadow' behind the map
Section 4 = gradient background

Back to Samples Index