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 FM/CICS on the local and connected CICS regions. The retrieved information is then compared against the version, PTF, and level of the running File Manager batch job and the results are displayed. Any FM/CICS value that differs from the File Manager 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 FM/CICS instance or the FM/CICS programs might not have been refreshed in the CICS region after maintenance was applied.
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 File Manager.
If program FMN3LVL is not available on a connected system, the text "LOAD ERROR condition" is displayed. In this case, check that FMN3LVL can be loaded on the connected CICS region and retry the VERCICS command.
Related topics