DSNU811I csect-name - TABLE=table_name COLUMN=column_name IS INVALID ROWID=rowid VERSION=version

Explanation

The CHECK DATA utility found a record in the table named table-name in the row with ROWID rowid. The column named column-name was marked invalid by a prior execution of the CHECK DATA utility with AUXERROR INVALIDATE specified. The version for the LOB column was version.

The state changes take place if SHRLEVEL REFERENCE is specified or defaulted. If SHRLEVEL CHANGE is specified, the state of the table space remains unchanged.

System action

Utility returns completion code=4. The base table space is set to a Aux Warning state.

Programmer response

If AUXERROR INVALIDATE was specified, 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 Column Check errors were corrected, Aux Warning will be reset.

The REPAIR utility can be used to reset the Aux Warning state.