UCLA Academic Technology Services HomeServicesClassesContactJobs
Search

SAS FAQ
How can I view built-in templates for proc greplay?

Proc greplay is used for displaying multiple plots on the same page.  It allows you to put different numbers of plots in different layouts on the same page.  There are built-in templates that you can use, or you can make your own template.  The following will show you how you can see the various templates provided by SAS for placing multiple graphs on a single page.  You can follow the steps shown below to see all the built-in templates and preview a particular template layout.

proc greplay;
run;

[http://www.ats.ucla.edu/stat/sas/footer.htm]