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.
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. |
Field Name | Type | Special restrictions |
---|---|---|
TRUE_NAME | CHAR(8) | The TRUE exit program name. |
PRODUCT_INFO | CHAR(50) | The product name. |
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. |