Transcription of PROC REPORT- a better way to display data
{{id}} {{{paragraph}}}
By David-Erick Lafontant, report - A better WAY TO display DATA1 Outline ProcReport & ProcPrint Why ProcReport What else can proc report do? Examples Examples And More Examples2 Example DatadataCars;set ;run;428 obs15 variables 3 ProcReport & ProcPrint Procedures which allows one to display dataprocprintdata=cars (obs=5);var make model weight;run;procreportdata =cars(obs=5) nowd;columnmake model weight;run;4 Advantages of Knowing ProcReport Jobs Saves Time Reduces Coding Bypass many procedures Awesome display ITS JUST FUN! Resume 1 Name: Eddard StarkSkills: R Packes, C++, JAVA,SAS, Microsoft Word, Power Point,I have 25 Doctorate degreesI can work 23 hours a day $1/per hourResume 2 Name: Daenerys TargaryenSkills: PROC REPORT5 ProcReport ProcReport can do a lot more.
What else can Proc Report do? •Group a variable by its Values •Transpose a variable (from long format to wide format) •Summary Statistics •Indentations •Skip or add sentences before or after each group. •Improvements to Display (Colors, Highlighting) •Basically can do lots of things normally done using Proc Template. 7
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}