The dependency views show gathered data about dependency.
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. |