Chapter Contents |
Previous |
Next |
The GREPLAY Procedure |
PROC GREPLAY
<BYLINE>
<CC=color-map-catalog> <CMAP=color-map-entry> <FS> <GOUT=<libref.>output-catalog> <IGOUT=<libref.>input-catalog> <IMAGEMAP=output-data-set> <NOBYLINE> <NOFS> <PRESENTATION> <TC=template-catalog> <TEMPLATE=template-entry>; |
Options |
Each PROC GREPLAY statement option has an equivalent statement that you can use instead.
To assign a current color map or create new color maps, you must assign a color map catalog with the CC= option.
To replay graphics output using a color map, you must assign a color map catalog and a current color map with the CC= and CMAP= options.
Featured in: | Creating a Color Map |
If you do not specify a color map catalog using the CC= option when using the CMAP= option, a warning message is written to the SAS log.
To replay graphics output using a color map, you must assign a color map catalog and a current color map with the CC= and CMAP= options.
To copy catalog entries, you must assign an input and, optionally, an output catalog with the IGOUT= and GOUT= options.
See also: | Storing Graphics Output in SAS Catalogs |
Featured in: | Replaying Graphics Output in a Template |
To move, group, or delete catalog entries or to replay graphics output, you must assign an input catalog with the IGOUT= option.
To copy catalog entries, you must assign an input and, optionally, an output catalog with the IGOUT= and GOUT= options.
Featured in: | Replaying Graphics Output in a Template |
See also: | Customizing Web Pages for Drill-down Graphs |
Featured in: | Creating a Template |
You must use the IGOUT= option when you use the PRESENTATION option. The PRESENTATION option overrides the NOFS option on full-screen devices.
To assign a current template or create new templates, you must assign a template catalog with the TC= option.
To replay graphics output in a template, you must assign a template catalog and a current template with the TC= and TEMPLATE= options.
Featured in: | Creating a Template |
When you use the TEMPLATE= option, you must also specify the name of a template catalog with the TC= option. Otherwise, a warning message is written to the SAS log.
Featured in: | Replaying Graphics Output in a Template |
Details |
When you submit the PROC GREPLAY statement, the mode of operation depends on both the environment in which the statement is submitted and whether the NOFS option is included, as shown in Ways of Invoking the GREPLAY Procedure.
Environment | Statement | Result |
---|---|---|
windowing | PROC GREPLAY; | GREPLAY procedure windows |
windowing | PROC GREPLAY NOFS; | line mode |
nonwindowing | PROC GREPLAY; | line mode |
You can switch back and forth between windows and line-mode within a session.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.