Chapter Contents

Previous

Next
The GREPLAY Procedure

COPY Statement


Copies one or more catalog entries containing graphics output from the input catalog to the output catalog.

Requirements: Assign an input catalog and an output catalog before using the COPY statement.
Note: You cannot use the COPY statement to create a duplicate of an entry containing graphics output in the same catalog. You can have only one copy of an entry containing graphics output in a catalog.
See also: GOUT and IGOUT statements



Syntax

COPY entry-id(s) | _ALL_ ;


Required Arguments

One of the following is required:

entry-id(s)
is the number or name of a catalog entry, or the number or name of a group of entries to be copied from the input catalog to the output catalog. Entries must contain graphics output. Multiple entry-id(s) can contain both numbers and names.

_ALL_
copies all of the graphics output entries in the input catalog to the output catalog.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.