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;

How to cite this page

Report an error on this page or leave a comment

The content of this web site should not be construed as an endorsement of any particular web site, book, or software product by the University of California.