DSNU449I csect-name - THE NOT LOGGED INDEX obj-qual.obj-name IN ICOPY PENDING STATE MUST BE COPIED WITH ITS TABLE SPACE IN THE SAME COPY INVOCATION

Explanation

A NOT LOGGED index that is in ICOPY pending state must be copied together with its table space in the same COPY invocation. An image copy of such an index made without its table space cannot be used for recovery of the index to a point consistent with its table space because the recovery would require applying log records, which were not written. Therefore, such an image copy is not allowed.

System action

Utility processing halts for this object. The utility job completes with a return code of 8.

If the utility job step includes an OPTIONS control statement with the EVENT(ITEMERROR,SKIP) option, the utility will process the next item in the list.

User response

Include the index's table space in the COPY list.

Severity

8 (error)