DSNU615I csect-name SYSCOLUMNS CATALOG STATISTICS FOR column-name

Explanation

The RUNSTATS utility issues this message on multiple lines to report the statistics collected for column column-name. Message DSNU619I is issued to identify the table.

COLCARD    =  colcard-value
COLCARDF  = colcardf-value 
HIGH2KEY  = high2key 
LOW2KEY    = low2key
csect-name
The name of the control section that issued the message.
column-name
The name of the column.
colcard-value
The number of distinct values in the column. For a large table spaces, the value of COLCARD is set to -1.
colcardf-value
The number of distinct values in the column, as a floating point value.
high2key-value
The second highest value of the column.
low2key-value
The second lowest value of the column.

For empty partitions, RUNSTATS sets the values for HIGH2KEY and LOW2KEY to null (''X).

System action

Processing continues.

User response

No action is required.