GLUE and TRUE exit resource table

Use the information in the CIU_EXIT_INFO tables to write your own SQL applications to query the tables; these applications must use native SQL queries.

CIU_EXIT_INFO
This table stores detailed information about every CICS® GLUE and TRUE exit that is called by at least one transaction. Exit information is stored in this table only if the Exits field on the CICS Resources Options panel, CIU240, is set to Y.
Table 1. The CIU_EXIT_INFO table
Field Name Type Special restrictions
COLLECTION_ID CHAR(16) Collection ID.
ARCHIVE_DATE TIMESTAMP Time of archiving.
APPLID CHAR(8) CICS region applid.
HOMESYSID CHAR(4) SYSID of local region.
Start of change APPL_NAME End of change Start of change CHAR(64) End of change Start of change Application name End of change
Start of change APPL_VER1 End of change Start of change INTEGER End of change Start of change Major version number End of change
Start of change APPL_VER2 End of change Start of change INTEGER End of change Start of change Minor version number End of change
Start of change APPL_VER3 End of change Start of change INTEGER End of change Start of change Micro version number End of change
Start of change APPL_OPER End of change Start of change CHAR(64) End of change Start of change The operation associated with the task End of change
EXIT_PROGRAM CHAR(8) The name of the exit program.
EXIT_NAME CHAR(8) The name of the exit.
EXIT_POINT CHAR(8) The name of the entry point associated with the exit. GLUEs only.
EXIT_TYPE CHAR(4) The type of exit. Values are GLUE or TRUE.
FIRST_RUN TIMESTAMP Time of first occurrence, in the local time format.
LAST_RUN TIMESTAMP Time of latest observation, in the local time format.
CIU_TRUEEXIT_INFO
Table 2. The CIU_TRUEEXIT_INFO table
Field Name Type Special restrictions
TRUE_NAME CHAR(8) The TRUE exit program name.
PRODUCT_INFO CHAR(50) The product name.
V_CIU_TRUEEXIT_INFO
Table 3. The V_CIU_TRUEEXIT_INFO table
Field Name Type Special restrictions
COLLECTION_ID CHAR(16) Collection ID.
ARCHIVE_DATE TIMESTAMP Time of archiving.
APPLID CHAR(8) CICS region applid.
HOMESYSID CHAR(4) SYSID of local region.
TRANSID CHAR(4) CICS transaction ID.
PROGRAM CHAR(8) Currently active CICS program.
FUNCTION CHAR(24) CALL.
TYPE CHAR(24) EXIT.
LAST_RUN TIMESTAMP Time of latest observation, in the local time format.
TRUE_NAME CHAR(8) The TRUE exit program name.
PRODUCT_INFO CHAR(50) The product name.

Reference Reference

Feedback


Timestamp icon Last updated: Friday, 7 February 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic///db2t8.html