DSNU613I csect-name SYSTABLEPART CATALOG STATISTICS FOR tablespace-name PARTITION part-number

Explanation

The RUNSTATS utility issues this message on multiple lines to report the statistics values that were collected:

CARD = card-value
CARDF = cardf-value
NEARINDREF = nearindref-value
FARINDREF = farindref-value
PERCACTIVE = peractive-value
PERCDROP = percdrop-value
PAGESAVE = pagesave-value
SPACE = space-value
SPACEF = spacef-value
PQTY = pqty-value
SQTY = sqty-value
DSNUM = dsnum-value
EXTENTS = extents-value
csect-name
The name of the control section that issued the message.
part-number
The value that identifies the partition or data set. A 0 value means that the statistics apply to the entire table space. A non-zero value indicates that the statistics apply to that partition that is identified by the value.
card-value
The number of rows in the reported partition number, as an integer value.
cardf-value
The number of rows in the reported partition number, as a floating point value.
nearindref-value
The number of rows that were relocated near their original page.
farindref-value
The number of rows that were relocated far from their original page.
peractive-value
The percentage of space occupied by actual data from active tables.
percdrop-value
The percentage of space occupied by rows of data from dropped tables.
pagesave-value
The percentage of pages saved in the table space or partition by using data compression.
space-value
The space currently allocated for all extents, measured in kilobytes, as an integer value.
spacef-value
The space currently allocated for all extents, measured in kilobytes, as a floating point value.
pqty-value
The primary space allocation for the data set in 4K blocks.
sqty-value
The secondary space allocation for the data set in 4K blocks.
dsnum-value
The number of data sets.
extents-value
The number of extents for the last data set of the object.

This message is routed to SYSPRINT.

System action

RUNSTATS processing continues.

User response

No action is required.

Severity

0 (informational)