Previous Topic: Export Clusters to Three FilesNext Topic: Export All Clusters to One Tape


Mixing EXPORT Types on One File

The following control statements mix various EXPORT types from all three catalogs on one file, using the default DDname. To perform this export, you must add the following statement to the JCL:

// FVROUT0 DD DSN=AP.BACKUP,UNIT=TAPE,DISP=(NEW,KEEP)

The following control statements export all clusters defined in TESTCAT, except the two on the cluster name statements. You do not need to include the CAT statement.

EXPORT CAT=TESTCAT
CATALOG EXCLUDE
CL=TEST.AR100T
CL=TEST.AR200T

The following control statements export only clusters with a common family name. You must include the CAT statement.

EXPORT CAT=PRODCAT
 CLUSTER
 CL=+++.AP+++++

The following control statements export clusters from two volumes, excluding any encountered with a common family name:

EXPORT CAT=CICSCAT
 VOLUME=CICS02,CICS03 EXCLUDE
 CL=+++.AR++++