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

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

o I copy-n-pasted the data from the Fortune website into Excel spreadsheets,
and then used SAS/ACCESS (proc import) to read the data into SAS data sets.

o I used Base SAS' "proc sql" to merge the data sets.

o I used "proc gplot" to plot the data.

o I used "ods html" to put the graph on a web page, in combination with 
proc gplot's html= option to specify the SAS variable that contained the
html rollover text and drilldown url.


Back to Samples Index