Start of change

DSNU1062I csect-name - object-type object-qualifier.object-name PARTITION part-number IS IN status STATE

Explanation

The object partition is in the specified status. If the object is a non-partitioned secondary index (NPSI), a single message is issued where part-number is the lowest logical partition of the NPSI in the specified status.
csect-name
The name of the control section that issued the message.
object-type
The type of object.
object-qualifier.object-name
The name of the object, as a qualified name.
status
The advisory or restrictive state of the partition.
part-number
The value that identifies the partition or data set.

System action

Processing continues.

System programmer response

Reset the status.

FL 506 If the status is REBUILD-pending empty (RBDPM), use REORG INDEX SHRLEVEL CHANGE for increased availability when resetting the status. You can also use the REBUILD INDEX utility to reset this status.

Severity

0 (informational)

or

4 (warning)

End of change