CICS IA plug-in for CICS Explorer® level
The CICS® IA plug-in and APAR level are obtained from two places. The IBM® Support team will ask for one or both of these.
About this task
- The level of the SMP/E zip file in SCIUJAVE or SCIUJAVK can be
obtained by querying the CIU_VERSION table:
where:SELECT DB_APAR_LEVEL,EXP_APAR_LEVEL,EXP_MIN_VER,EXP_LATEST_VER FROM CIU_VERSION
- DB_APAR_LEVEL
- The APAR level of the latest changes to the CICS IA database.
- EXP_APAR_LEVEL
- The APAR level of the latest changes to the CICS IA plug-in.
- EXP_MIN_VER
- The minimum level of the CICS IA plug-in required on your workstation.
- EXP_LATEST_VER
- The latest level of the CICS IA plug-in that is available to download.