| Nome da coluna |
Tipo do dado |
Descrição |
Uso |
| SCHEMA |
CHAR(8) NOT NULL |
Schema of the routine. |
G |
| ROUTINENAME |
CHAR(18) NOT NULL |
Name of the routine. |
G |
| BUILDDATE |
DATE NOT NULL WITH DEFAULT |
Date the routine was built |
G |
| BUILDTIME |
TIME NOT NULL WITH DEFAULT |
Time the routine was built |
G |
| BUILDSTATUS |
CHAR(1) NOT NULL WITH DEFAULT 'C' |
Whether this version of the routine's source is the current version |
G |
| SEQNO |
INTEGER NOT NULL |
Number of the source statement piece in CREATESTMT. |
G |
| IBMREQD |
CHAR(1) NOT NULL WITH DEFAULT 'N' |
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 |
| CREATESTMT |
VARCHAR(3800) NOT NULL |
Routine source statement. |
G |