DSNU403I csect-name - FULL AND INCREMENTAL COPIES OF THE SAME TABLESPACE ON THE SAME TAPE DISALLOWED DDNAME ddname

Explanation

The COPY utility has been invoked to take an incremental image copy of a TABLESPACE. The specified output data set is on a tape which contains another FULL or INCREMENTAL image copy of the same TABLESPACE. This is not allowed.

System action

The utility will terminate with a return code of 8, and will not take the image copy or update the SYSCOPY table.

User response

Change the VOLSER for the image copy output data set or use the MODIFY RECOVERY utility to delete SYSIBM.SYSCOPY records which are no longer needed for the same TABLESPACE and tape volume.

Problem determination

Use the SQL SELECT command to look at the SYSIBM.SYSCOPY table. If the conflicting image copy data sets on the output tape are no longer needed, use MODIFY RECOVERY to eliminate the related SYSIBM.SYSCOPY records. If the data sets are still needed, you must place the new image copy on a different tape or you must take a FULL image copy.

Severity

8 (error)