|
SYSIBM.SYSPACKLIST www.cadcobol.com - linguagem de programação COBOL |
|
|
|
|
| Desenvolvido por DORNELLES, Carlos Alberto - Analista de Sistemas - Brasília DF. |
Contains one or more rows for every local application plan bound with a package list. Each row represents a unique entry in the plan's package list.
| 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 |