| Nome da coluna |
Tipo de dados |
Descrição |
Uso |
| PLANNAME |
CHAR(8) NOT NULL |
Name of the application plan |
G |
| SEQNO |
SMALLINT NOT NULL |
Sequence number of the entry in the package list |
G |
| LOCATION |
CHAR(16) NOT NULL |
Location of the package. Blank if this is local. An asterisk (*) indicates
location to be determined at run time. |
G |
| COLLID |
CHAR(18) NOT NULL |
Collection name for the package. An asterisk (*) indicates that the
collection name is determined at run time. |
G |
| NAME |
CHAR(8) NOT NULL |
Name of the package. An asterisk (*) indicates an entire collection. |
G |
| TIMESTAMP |
TIMESTAMP NOT NULL |
Timestamp indicating when the row was created. |
G |
| IBMREQD |
CHAR(1) NOT NULL |
Whether the row came from the basic machine-readable material (MRM)
tape:
N No
Y Yes |
G |