Previous Topic: Multiple EXPORT to One FileNext Topic: EXPORT Statement


Multiple EXPORT to Multiple Files

CA FAVER can divide the clusters from one catalog into two or more files.

Consecutive EXPORT statements for one catalog must use different output data sets. Consecutive EXPORT statements for different catalogs can use one output data set. This distinction prevents the same cluster from being written more than once to the same output file, eliminating ambiguity when RESTORE is searching the backup file.

Example of a Multiple EXPORT

Any number of EXPORT groups can be coded by placing EXPORT groups sequentially, as shown in the following input stream:

EXPORT  CAT=TESTCAT    <-----   Export statement
CATALOG                <-----   Export method
 FEOV                  <-----   Optional statements
EXPORT  CAT=PRODCAT    <-----   Export statement
CATALOG                <-----   Export method
 CL=                   <-----   Optional statements
 ... etc. ...