The dependency views show gathered data about dependency.
Column | Type | Description |
---|---|---|
FRONT_TXN | CHAR(4) | Transaction to be analyzed. |
BACK_TXN | CHAR(4) | Dependent transaction for join to TRANSID. |
APPLID | CHAR(8) | CICS® applid. |
HOMESYSID | CHAR(4) | SYSID of local region. |
TRANSID | CHAR(4) | CICS Transaction ID. |
PROGRAM | CHAR(8) | Currently active CICS program. |
FUNCTION | CHAR(24) | Command, such as READ, LOAD. |
TYPE | CHAR(16) | Resource type, such as FILE, TS. |
OBJECT | CHAR(50) | Object of function.¹ |
RMTSYSID | CHAR(4) | Remote SYSID, if relevant .² |
USECOUNT | INTEGER | Number of times this event has been observed. |
FIRST_RUN | TIMESTAMP | Time of first observation of this event, in the local time format. |
LAST_RUN | TIMESTAMP | Time of latest observation of this event, in the local time format. |
Column | Type | Description |
---|---|---|
APPLID | CHAR(8) | CICS applid. |
HOMESYSID | CHAR(4) | SYSID of local region. |
DB2ID | CHAR(4) | DB2 subsystem ID. |
TRANSID | CHAR(4) | CICS Transaction ID. |
PROGRAM | CHAR(8) | CICS program name. |
PLAN | CHAR(8) | DB2 plan ID. |
SECTNO | SMALLINT | The section number, in the source code of the CICS program, at which the DB2 command is issued . |
STMTNO | SMALLINT | The precompiler statement number, in the source code of the CICS program, at which the DB2 command is issued. |
STMT | CHAR(*) | The DB2 command (statement) in SYSIBM.SYSPACKSTMT. |