Click here to see the SAS code.
Click here to see the SAS code that reads in the data.
Click here to see the example.

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

The following webpage...
http://analytics.ncsu.edu/library/cwis/SPT--FullRecord3.php?ResourceId=986

Pointed to the following webpages...
http://oaspub.epa.gov/beacon/beacon_historical_data.main?p_beach_id=26986&p_county_fips=051&p_state_fips=45

Which had several separate html tables of beach advisories/closings
for Myrtle Beach, South Carolina

http://oaspub.epa.gov/beacon/beacon_beach_page.main?p_beach_id=26986&p_county_fips=051&p_state_fips=45&p_tab=1

It would be difficult/cumbersome for SAS to read the html tables
directly, so I copy-n-pasted these tables by hand into
an Excel spreadsheet, which SAS can then easily read (beach.xls)

I then used my custom calendar chart (created using "proc gmap") to plot the data.

Back to Samples Index