Be a code poet laureate

The next time you write a DATA step, try to express it in iambic pentameter.  Or instead of a SAS macro function, how about a SAS macro sonnet?  (Or, for the more base among you, a limerick?) That’s the spirit behind the code {poems} project.  You write a poem in […]

Use GREPLAY to create multiple graphs per page

Desired result:This sample program uses PROC GREPLAY together with macro code to dynamically replay a specific number of graphs per page.The graphics output in the Results tab was produced using SAS® 9.2. Submitting the sample code with releases of SA…