SUPPORT / SAMPLES & SAS NOTES
 

Support

Sample 45150: Use PROC GREPLAY to place six graphs on a single page in an RTF document

DetailsCodeResultsAboutRate It
The sample code on the Full code tab first uses one PROC GCHART step with a BY statement to write six graphs to the default graphics catalog of WORK.GSEG. In a final step, the GREPLAY procedure together with the ODS RTF statement are used to write the six GCHART graphs to a single page in the RTF document.

The GREPLAY step uses the TDEF statement to define a custom six-panel template. The GREPLAY step uses this newly created template to place six graphs on the same page with three graphs across the page and two graphs down the page.


These sample files and code examples are provided by SAS Institute Inc. "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Recipients acknowledge and agree that SAS Institute shall not be liable for any damages whatsoever arising out of their use of this material. In addition, SAS Institute will provide no support for the materials contained herein.