Checking the level of connected CICS systems

To display the level of connected CICS systems, enter VERCICS on the command line of any panel. The current level for each connected CICS system is displayed in a window.

The VERCICS command queries the version, PTF, and level information of ZDT/CICS on the local and connected CICS regions. The retrieved information is then compared against the version, PTF, and level of the running Z Data Tools batch job and the results are displayed. Any ZDT/CICS value that differs from the Z Data Tools batch job is also highlighted.

Any difference in version, PTF, or level can cause a failure due to services not being available in the downlevel instances. A difference might be due to maintenance not being applied to the ZDT/CICS instance or the ZDT/CICS programs might not have been refreshed in the CICS region after maintenance was applied.

Figure 1. Window showing the level of connected CICS systems
  Process   Options   Help
 ──────────────────────────────────────────────────────────────────────────────
 ZDT/CICS                      Primary Option Menu
┌──────────────────────────────── CICS Levels ────────────────────────────────┐
│                                                                             │
│ HCL Z Data Tools Version x Release x CICS Component                         │
│                                                                             │
│ Current PTF: V8GAD4B     Level: 2                                           │
│                                                                             │
│    Connected ZDT/CICS levels                                                │
│    Sysid    Applid      Version    PTF        Level                         │
│             xxxxxxxx    xxxx       xxxxxxx        x                         │
│    xxxx     xxxxxxxx    xxxx       xxxxxxx        x                         │
│    xxxx     xxxxxxxx    xxxx       xxxxxxx        x                         │
│                                                                             │
│                                                                             │
│                                                                             │
│                                                                             │
│                                                                             │
│ Command ===>                                                   Scroll PAGE  │
│ F1=Help     F3=Exit     F4=CRetriev F7=Backward F8=Forward  F10=Actions     │
│ F12=Cancel                                                                  │
└─────────────────────────────────────────────────────────────────────────────┘
 F12=Cancel

In the above example, there are 2 connected CICS regions all at the same level. If the level or version are different, these values are highlighted in red. To avoid unforeseen errors, ensure that all connected systems are running the same level of Z Data Tools.

If program HFM3LVL is not available on a connected system, the text "LOAD ERROR condition" is displayed. In this case, check that HFM3LVL can be loaded on the connected CICS region and retry the VERCICS command.

Related topics