Chapter Contents |
Previous |
Next |
The GREPLAY Procedure |
Requirements: | Assign a color map catalog before using the CCOPY statement. |
See also: | CC statement |
CCOPY <color-map-catalog.>color-map-entry<.CMAP>; |
Required Arguments |
If a color map of the same name already exists in the color map catalog, the GREPLAY procedure creates a new name.
See also: | Duplicate Entry Names |
Details |
libname target 'SAS-data-library'; libname one 'SAS-data-library'; proc greplay nofs; cc target.clrmap; ccopy one.ccat.hp.cmap; quit;
To create a duplicate copy of a color map, simply omit color-map-catalog from your CCOPY statement. For example, to create a duplicate copy of the color map named HP.CMAP in the color map catalog, use the following statement:
ccopy hp.cmap;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.