DSNU425I csect-name obj-type obj-qual.obj-name DOES NOT HAVE THE COPY YES ATTRIBUTE

Explanation

The utility cannot process the identified index or index space because it was not defined with the COPY YES attribute. Without the COPY YES attribute, the index cannot be specified as a target for the RECOVER, COPY, or REPORT utilities. If the index needs to be rebuilt from the data in the table space, use the REBUILD INDEX utility instead.

System action

The RECOVER utility terminates processing with a return code of 8. The COPY utility skips this object but continues processing the other objects in the list. The final COPY utility return code will be 8. The REPORT utility issues this message with a return code of 4 and continues processing other objects (if any).

User response

Determine whether the index should be altered to have the COPY YES attribute. If so, alter the index then rerun the utility job. Otherwise remove the index from the utility statement.

Severity

4 (warning) or 8 (error)