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
APPLID CHAR(8) CICS region applid.
HOMESYSID CHAR(4) SYSID of local region.
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.
Start of changeCIU_TRUEEXIT_INFOEnd of change
Start of changeEnd of change
Start of change
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.
End of change
Start of changeV_CIU_TRUEEXIT_INFOEnd of change
Start of changeEnd of change
Start of change
Table 3. The V_CIU_TRUEEXIT_INFO table
Field Name Type Special restrictions
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.
End of change