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 changeAPPL_NAMEEnd of change Start of changeCHAR(64)End of change Start of changeApplication nameEnd of change
Start of changeAPPL_VER1End of change Start of changeINTEGEREnd of change Start of changeMajor version numberEnd of change
Start of changeAPPL_VER2End of change Start of changeINTEGEREnd of change Start of changeMinor version numberEnd of change
Start of changeAPPL_VER3End of change Start of changeINTEGEREnd of change Start of changeMicro version numberEnd of change
Start of changeAPPL_OPEREnd of change Start of changeCHAR(64)End of change Start of changeThe operation associated with the taskEnd 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, 8 February 2013


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