00C900A3   

Explanation

An attempt was made to allocate a table space, index space, or a related index space while the table space or index space was in check pending status.

System action

The operation is not allowed.

Operator response

Notify the system programmer.

System programmer response

Resolve the check pending status and retry the operation.

If the object is a table space with referential relationships, then run the CHECK DATA utility to check for referential integrity violations.

If the object is a base table space with LOB columns, then run the CHECK DATA utility to validate the auxiliary columns.

If the object is a LOB table space, then run the CHECK LOB utility to validate the structure of the LOB table space.

If the object is an index space, then run the CHECK INDEX utility to verify that the index keys are consistent with the data in the table space or table space partition.

Problem determination

The requested operation is not performed. An SQLCODE -904 or -923 is issued.