Start of change

DSNU3343I csect-name - REAL-TIME STATISTICS INFORMATION MISSING FOR object-type object-qualifier.object-name partition-information IN usage

Explanation

The utility could not read necessary information from real-time statistics tables for the specified index or table space.

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.
partition-information
If the object is partitioned, the partition number for which information is missing.
usage
The operation for which the utility attempted to use real-time statistics.

Each of the following operations uses values from one or more of the listed columns:

Operation Possible columns used
FILESIZE ESTIMATION TOTALROWS, TOTALENTRIES, NPAGES, DATASIZE
PCTFREE UPDATE CALCULATION TOTALROWS, DATASIZE, UPDATESIZE, REORGUPDATES
TABLESAMPLE CALCULATION TOTALROWS, SPACE, NPAGES, NACTIVE

This message can be issued during utility execution when the real-time statistics objects are not available for the specified usage scenario.

System action

The utility processing continues but will use estimates based on RUNSTATS information for this object or other alternative algorithms.

System programmer response

Run the REORG or REBUILD INDEX utility on the specified object to set the base values in the real-time statistics tables.

Severity

0 (informational)

End of change