Seeing the following failure in our CICS regions
JOB14898 +PV040 OPTIONS MODULE (FGPAN23) MISMATCH; NEED 14201 , LOADED 14610
Data sets in the CICS concatenations were updated , as well as linklist. We are still investigating how it is the region was deriving a reference to 14.2
Release : 14.6
Component : CA Panvalet
In this case client had mixed loadlib with both 14.2 & 14.6 modules.
Can not mix different releases load library, For 14.6 it should be made up only from the new install of 14.6 from
CBA3LINK
CBA3LPA
CBA5LMD0
If you need to run different versions in same system you cant use linklist but use specific steplib depending on release for eg....
14.6 should use only
//STEPLIB DD DISP=SHR,DSN=PANVALET.V146.LOADLIB
and 14.2 should use only
//STEPLIB DD DISP=SHR,DSN=PANVALET.V142.LOADLIB