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.
PLATFORM CHAR(64) Platform name
APPL_NAME CHAR(64) Application name
APPL_VER1 INTEGER Major version number
APPL_VER2 INTEGER Minor version number
APPL_VER3 INTEGER Micro version number
APPL_OPER CHAR(64) The operation associated with the task
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.