The structure of the CICS IA plug-in for CICS Explorer® resource objects
This section describes the CIU_RESOURCE table. This table is used by the CICS® IA plug-in to improve performance and combine resource tables.
CIU_RESOURCE
This CIU_RESOURCE table stores distinct information on all the resources collected by CICS IA, by region. It is reloaded every time the primary, dependency, or affinity tables are updated.Field name | Type | Description |
---|---|---|
COLLECTION_ID | CHAR(16) | Collection ID. |
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 |
ARCHIVE_DATE | TIMESTAMP | Time of archiving. |
TYPE | CHAR(16) | Resource type |
OBJECT | VARCHAR(255) | Resource name |
APPLID | CHAR(8) | CICS region applid |