DSNU380I csect-name TABLESPACE database.tablespace-name PARTITION part-number IS IN COPY PENDING

Explanation

The specified object is in COPY-pending status.

csect-name
The name of the control section that issued the message.
database-name
The name of the database.
tablespace-name
The name of the table space.
part-number
The value that identifies the partition or data set.

An image copy is required to establish a new base from which the table space partition can be recovered. Otherwise, the results of running the RECOVER utility on that table space partition are unpredictable.

If you receive this message when running RECOVER with the TOCOPY option, the START_RBA or START_LRSN value of the associated full image copy might be outside of the available recovery information. To verify whether this situation applies to you, run the REPORT utility with the RECOVERY option and look at the information about image copies in the output. In this case, RECOVER completes processing and puts the object in COPY-pending status.

User response

Take an image copy of the associated table space partition.

If this message was issued after the COPY utility failed, correct all specified errors for the associated table space before you attempt another image copy of that table space.

Severity

4 (warning)