SYSIBM.SYSUTILX table
The SYSUTILX table is a dependent of the SYSUTIL table. A record is created in the SYSUTILX table when the amount of information in the parent record exceeds the record size of SYSUTIL. The rows in SYSUTILX are uniquely identified by the utility identifier and sequence number.
| Column name | Data type | Description | Use |
|---|---|---|---|
| UTILID | CHAR(16) | The utility ID that identifies the parent record in SYSIBM.SYSUTIL | S |
| SEQNO | SMALLINT | The sequence number of this row | S |
| CHAR(12) | Reserved | I | |
| CHECKPOINT | VARCHAR(32000) | The overflow checkpoint/restart information | S |