These tables are used by CICS® IA to
help its processing.
- CIU_APPLS_DESC
- This
table holds the list of applications and a textual description.
Table 1. The CIU_APPLS_DESC tableColumn |
Type |
Description |
APPLIC_CODE |
CHAR(8) |
Application code. |
APPLIC_NAME |
CHAR(50) |
Application Description. |
- CIU_APPLS_RESOURCES
- This
table contains all the transactions and programs that make up an application.
Table 2. The CIU_APPLS_RESOURCES tableColumn |
Type |
Description |
APPLIC_CODE |
CHAR(8) |
Application code. |
APPLIC_TYPE |
CHAR(8) |
Resource type (program or transid). |
APPLIC_RESNAME |
CHAR(32) |
Resource name. |