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

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

This is designed to look & act like the "Stock Market" report that comes by default
on the iPhones.  I don't have access to the live data (but if I had access, I could
easily adapt the job to use it).  It could also be set up to run as a stored process,
so that the graphs are re-generated when you view the webpage.


Currently / In this Proof-of-Concept:
------------------------------------

When I run my job, it goes to yahoo, and downloads the available data (end-of-day
the previous day), and updates all my plots.  

When you click on the stock name (in the left column), it goes to that stock's plot 
(so fast you think it's all happening "natively" without actually going to another page).




Back to Samples Index