Copying special case catalog and directory table spaces
Only full image copies of the catalog and directory table spaces DSNDB06.SYSCOPY, DSNDB01.SYSUTILX, DSNDB01.DBD01, and DSDNB01.SYSDBDXA are allowed.
If the ESCALATE installation option is set to YES (the default value), BMC AMI Copy escalates any incremental copy requests for these spaces to full copy requests. If ESCALATE is set to NO, BMC AMI Copy terminates the job. See Escalating-incremental-copies-to-full-copies.
You can dynamically allocate the output copy data sets for these table spaces, and you can stack copies to tape. When you dynamically allocate the output copy data sets, the number of BSAM buffers used is determined by the BUFNO option, which you can include in an OUTPUT statement. If you do not specify BUFNO in an OUTPUT statement, BMC AMI Copy uses the installation option value.
To make image copies of these table spaces, BMC AMI Copy invokes the IBM Db2 COPY utility. Consequently, some BMC AMI Copy installation options and syntax options are ignored or have limited application. In addition, the COPYDDN and RECOVERYDDN options must conform to the rules that apply to the version of the IBM Db2 COPY utility used.
The following table shows details of the availability of BMC AMI Copy installation options for image copies.
BMC AMI Copy installation option | Availability and handling by BMC AMI Copy |
---|---|
CHECKERR | Ignored and BMC47320 is issued. |
CHECKLVL | CHECKLVL=0 is available for all copies. CHECKLVL=2 results in message BMC47320. |
COPYDDN1 COPYDDN2 COPYDDN3 COPYDDN4 | Ignored (no message is issued) |
DB2NTRY | Limited application--not in effect while the IBM Db2 COPY utility is in control |
DB2WAIT | Limited application--not in effect while the IBM Db2 COPY utility is in control |
DISPLOCK | Not applicable |
ESCALATE | ESCALATE=YES and NO are available. NO results in message BMC30576 and return code 8. |
FULLPCT | Not available--incremental copies are not allowed |
HISTORY | Available for all copies |
HISTRETN | Available for all copies |
ICAUTOF ICAUTOI | Not available--incremental copies are not allowed |
IXDSNUM | Not applicable |
MAXINCRS | Not available--incremental copies are not allowed |
MAXTASKS | Limited application--Always copied by the main task. |
MIGRSKIP | Not applicable |
MIGRVOL | Not applicable |
MINPAGES | Not available--incremental copies are not allowed |
OUTSIZE | Available for all copies |
PLANCOPY | Available for all copies |
QSCBEF | Available for all copies |
READONLY | Not available--SHRLEVEL CONCURRENT copies are not allowed |
READPCT | Not available--incremental copies are not allowed |
RESETCHG | Not applicable |
RESETMOD | RESETMOD=YES is available for full image copies. RESETMOD=NO is ignored. Message BMC47320 is issued. |
SLCHGQSC | Ignored (no message is issued) |
SQUEEZE | Available |
STOPCMT | Ignored (no message is issued) |
SYSUDUMP | Available |
WKUNIT | Available |
XBMID | Not available--SHRLEVEL CONCURRENT copies are not allowed |
XBMMNTR | Not available--SHRLEVEL CONCURRENT copies are not allowed |
XBMRSTRT | Not available--SHRLEVEL CONCURRENT copies are not allowed |
XCFGROUP | Ignored (no message is issued) |
XCFWAIT | Ignored (no message is issued) |
Dynamic allocation options | All available for all copies |
The following table shows details of the availability of COPY statement syntax options.
COPY option | Availability and handling by BMC AMI Copy |
---|---|
APPLICATION | Not available |
CHECKERROR | Ignored and BMC47320 is issued. |
CHECKTSLEVEL | CHECKTSLEVEL 0 is available. CHECKTSLEVEL 1 is ignored. CHECKTSLEVEL 2 is ignored. |
COMPRESS | Ignored and message BMC47320 is issued. |
COPYDDN BIGDDN FULLDDN | Available |
COPYDSN BIGDSN FULLDSN | Available |
CUMULATIVE | Not available—incremental copies are not allowed. |
DSNAME | Available |
DSNUM | Available |
EMPTY | Causes an error |
EXCLUDE | Available |
FULL | FULL YES is available. FULL NO causes escalation. FULL AUTO or CHANGELIMIT cause escalation. |
FULLDAY | Not available (no incrementals) |
FULLPCT | Not available—incremental copies are not allowed |
GROUP | Causes an error |
INDEX | Available |
INDEXES | Available |
INDEXSPACE | Available |
KEEP | Not available—incremental copies are not allowed |
MAXFULLDAYS | Available |
MAXINCRS | Not available--incremental copies are not allowed |
MINPAGES | Not available—incremental copies are not allowed |
NACTIVE | Not available |
OBJECTSET | Not available |
ON DUPLICATEDS | This option is ignored and message BMC47320 is issued. |
ON ERROR BADSTATUS | Available |
PARALLEL | Not available |
QUIESCE AFTER | Available |
QUIESCE BEFORE | Available |
READPCT | Not available—incremental copies are not allowed. |
READTYPE | Not available—incremental copies are not allowed. |
RECOVERYDDN BIGRECDDN FULLRECDDN | Available |
RECOVERYDSN BIGRECDSN FULLRECDSN | Available |
RESETMOD | RESETMOD NO is ignored; message BMC47320 is issued. RESETMOD YES is available. |
RMGROUP or RMGROUPTS | Not available |
RMGROUPIX | Not available |
RUNSTATS | Not available |
SHRLEVEL | SHRLEVEL REFERENCE is available. SHRLEVEL CHANGE is available. SHRLEVEL ANY changes to SHRLEVEL REFERENCE or SHRLEVEL CHANGE. SHRLEVEL NONE is not allowed and causes an error. SHRLEVEL CONCURRENT is not allowed and causes an error. |
SMARTSTACK | Not available—incremental copies are not allowed. |
SQUEEZE | Available |
STARTMSG | Not available—SHRLEVEL CONCURRENT copies are not allowed. |
TABLESPACE | Available |
TASK | Not copied by a subtask but might be used to direct tape stacking when multitasking is used within the same job step. |
WRITE | Available with QUIESCE |
XBMID | Not available—SHRLEVEL CONCURRENT copies are not allowed. |
Related topics