



Contains one row for each column of an index key.
| Column name | Data type | Description | Use |
|---|---|---|---|
| IXNAME |
VARCHAR(18) NOT NULL |
Name of the index. |
G |
| IXCREATOR |
CHAR(8) NOT NULL |
Authorization ID of the owner of the index. |
G |
| COLNAME |
VARCHAR(18) NOT NULL |
Name of the column of the key. |
G |
| COLNO |
SMALLINT NOT NULL |
Numeric position of the column in the table; for example, 4 (out of 10). |
G |
| COLSEQ |
SMALLINT NOT NULL |
Numeric position of the column in the key; for example, 4 (out of 4). |
G |
| ORDERING |
CHAR(1) NOT NULL |
Order of the column in the key: A Ascending D Descending |
G |
| IBMREQD |
CHAR(1) NOT NULL |
A value of Y indicates that the row came from the basic machine-readable material (MRM) tape. For all other values, see Release dependency indicators in topic D.0. |
G |
© Copyright IBM Corp. 1982, 2007