Start of change

DSNU1391I csect-name ESTIMATED STATISTICS FOR INDEX index-name WERE UPDATED IN SYSIBM.SYSINDEXES WITH THE FOLLOWING VALUES FULLKEYCARD = fullkeycard-value FULLKEYCARDF = fullkeycardf-value

Explanation

During statistics processing, the utility detected a discrepancy between the estimated and actual FULLEKYCARD and FULLKEYCARDF values for the index. The utility corrected those values in SYSIBM.SYSINDEXES to reflect the actual values. (DSNU617I reports the estimated values.)

csect-name
The name of the control section that issued the message.
index-name
The name of the index.
fullkeycard-value

The number of distinct values of the key, as an integer value. For large table spaces, the value of FULLKEYCARD is set to -1. RUNSTATS uses the floating point field to report the statistic.

All partition-by-growth (PBG) and partition-by-range (PBR) UTS, and partitioned (non-UTS) table spaces with table-controlled partitioning, are considered large table spaces because they use 5-byte RIDs and can contain more than 64 GB of data. For more information, see "Non-large table spaces (deprecated)" in Table space types and characteristics in Db2 for z/OS.

fullkeycardf-value
The number of distinct values of the key, as a floating point value.

This message is routed to SYSPRINT.

System action

Processing continues.

User response

No action is required.

Severity

0 (informational)

End of change