Replays graphics entries into template panels. TREPLAY copies
one or more entries from the graphics input catalog into a template-entry
in the graphics output catalog, using positioning information provided by
the template.
TREPLAY select-pairs<DES="description" NAME="entry-name">;
|
select-pairs follow this form:
|
template-panel-number1:entry-id1
<...template-panel-numberN:entry-idN>
|
|
-
template-panel-number:entry-id
-
specifies the template panel number and
the name of the template entry.
-
template-panel-number
-
specifies the number of the panel in the
template into which you want to replay the entry. This number determines the
position of the graph in the new entry in the graphics output catalog.
-
entry-id
-
specifies the name or number of the entry
in the graphics input catalog that is to be added to the new entry in the
graphics output catalog.
-
DES="entry-description"
-
adds a description to the entry in the graphics output catalog.
Descriptions are truncated after 256 characters.
-
NAME="entry-name"
-
names the entry in the graphics output catalog.
The name must begin with a letter, and continue with up to seven more letters,
numbers, or underscores. Duplicate entry names are resolved as described in Duplicate Entry Names.
When you replay GRSEG entries in a template, the GREPLAY
procedure creates and stores graphics output in the designated output catalog.
You can replay multiple entries in one TREPLAY statement
as shown here:
treplay 1:plot1 2:plot2 3:chart1;
PLOT1 is placed in panel 1 of the current template.
PLOT2 is placed in panel 2. CHART1 is placed in panel 3. Specify the entry
name or entry number.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.