OUTCOPY specification for IMPORT
Option | Description |
---|---|
OUTCOPY | You can specify OUTCOPY to make copies of the object or object data set being imported. For each object or data set that you process, you can request up to four image copies. The default is no copies. If you are migrating to the real Db2 data sets and you request image copies, you can choose which copies, if any, to register in the SYSIBM.SYSCOPY table. However, if you are using the INDEPENDENT OUTSPACE option to import to non-Db2 data sets and you request image copies, you cannot register those copies. Output copies are produced in the SYSTEMPAGES YES format when possible. If the output copies that you want to make are allocated in the JCL, the OUTCOPYDDN and RECOVERYDDN options specify the DD names for those data sets. If the output copies are dynamically allocated, the OUTCOPYDDN and RECOVERYDDN options refer to the appropriate OUTPUT descriptor names. For more information, see OUTCOPYDDN-specification and RECOVERYDDN-specification. The copies that you want to register are specified by the REGISTER option (OUTCOPY-specification). When you create an OUTCOPY and want to force the copy to the cylinder-managed space of an extended address volume (EAV), specify the SPACE keyword (OUTCOPY-specification). How the copies are made depends on whether the object is partitioned or nonpartitioned.
|
OUTCOPY NO | OUTCOPY NO is the default and specifies that no output copies are required. |
OUTCOPY YES | OUTCOPY YES specifies that you want image copies or DSN1COPY-type copies of the table space being imported. You can make up to four image copies or up to four DSN1COPY-type copies. A DD statement or an OUTPUT command statement must exist for each copy. The ddnames for the copy DD statements are specified by the OUTCOPYDDN and RECOVERYDDN options. |
OUTCOPYDDN specification | The syntax diagram for the OUTCOPYDDN specification is in RECOVER-TABLESPACE-RECOVER-INDEX-and-RECOVER-INDEXSPACE-syntax. |
RECOVERYDDN specification | The syntax diagram for the RECOVERYDDN specification is in RECOVER-TABLESPACE-RECOVER-INDEX-and-RECOVER-INDEXSPACE-syntax. |