DSNU1350I csect-name SYSKEYTARGETSTATS CATALOG STATISTICS FOR index-name KEYSEQ keyseq-num PARTITION part-num KEYCARDF = cardinality HIGHKEY = highkey HIGH2KEY = high2key LOWKEY=lowkey LOW2KEY=low2key

Explanation

The RUNSTATS utility issues this message to report the statistics collected for the target key part of the partition part-num of an index.
cardinality
The number of distinct values of the key-target
highkey
The highest value of the key-target
high2key
The second highest value of the key-target
lowkey
The lowest value of the key-target
low2key
The second lowest value of the key-target

If the values for highkey, high2key, low2key, and lowkey are null, then the invoker of RUNSTATS is not authorized to read the table.

The message is routed to SYSPRINT.

System action

Processing continues.

User response

No action is required.

Severity

0 (informational)