Chapter Contents |
Previous |
Next |
The GREPLAY Procedure |
Requirements: | Assign a template catalog and a current template before using the TREPLAY statement. |
Alias: | TPLAY |
See also: | TC statement |
Featured in: | Replaying Graphics Output in a Template |
TREPLAY select-pair(s); |
select-pair has
the following
form:
|
select-pair has the following form: panel-number:entry-id
Required Arguments |
Details |
You can replay as many entries as you want in a single TREPLAY statement as shown here:
treplay 1:plot1 2:plot2 3:chart1;
The order in which you list the entries in the TREPLAY statement determines the order in which they are played into the template. PLOT1 will be placed in panel 1 of the current template, PLOT2 will be placed in panel 2, and CHART1 will be placed in panel 3. You can use entry numbers in the place of entry names.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.