Previous Topic: MOVE JCL ExamplesNext Topic: COPY Example


COPYING

The COPY feature copies VSAM objects to another location on disk as additional VSAM files with a different data set name. The resulting VSAM objects assume a new data set name, and the original input VSAM objects are not deleted.

With the exception of the resulting VSAM data set name change, the COPY feature has the same functions of the MOVE feature.

Note: For more detail on the usage, supported parameters, and functions of MOVE, see the chapter "MOVE."

This section contains the following topics:

COPY Example