DSNU815I csect-name - TABLESPACE table-space-name IS IN AUX CHECK PENDING STATE

Explanation

If the CHECK DATA utility issued the message then the utility found auxiliary check errors. AUXERROR REPORT was specified, so errors were left as found.

Auxiliary check pending is a prohibitive state.

Previous error messages report the errors found. Regarding other utilities that can tolerate auxiliary check pending, the pending state will be reported.

System action

Utility returns completion code 4 or 8.

Programmer response

Use the CHECK DATA with AUXERROR INVALIDATE. This will modify the auxiliary check errors so they can be corrected and set the state of the table space to auxiliary warning.

After running CHECK DATA with AUXERROR INVALIDATE, use SQL to update the LOB column or delete the base table row. Rerun the CHECK DATA utility with AUXERROR INVALIDATE specified. If all auxiliary check errors were corrected, auxiliary warning will be reset.

The auxiliary check pending state can also be reset using REPAIR with SET NOAUXCHKP. Resetting auxiliary check pending with REPAIR will have unpredictable results.