100 likes | 225 Vues
Introducing SAS programming to children opens doors to lucrative careers in data analysis. Key ingredients include data access through SAS, analysis using data steps and PROC SQL, and creating output via SAS/Graph with web capabilities. Discover the power of point-and-click interfaces alongside PROC Gmap for impressive visualizations like choropleth maps. Embrace engaging lessons that cultivate analytical skills while having fun! For resources, visit http://robslink.com/SAS/Graph and http://robslink.com/SAS/highschool/aaaindex.htm.
E N D
SAS Programming: Gives kids a great career, making good $$
Key Ingredients: • Data (SAS/Access can read spreadsheets!) • Analysis (data steps & ‘proc sql’) • Output (SAS/Graph with web output)
Proc Gmap code… proc gmap data=results map=maps.us; id state; choro winner; run;
Where are these samples?...Write this down! http://robslink.com/ SAS/Graph http://robslink.com/SAS/highschool/aaaindex.htm