The old PANLIB is showing version 14.2 even though we upgraded to Panvalet 14.6.
Release : 14.6
Component : Panvalet 14.6
The version specified in the PANLIB shows the Panvalet version number when the PANLIB was created.
The PAN#2 upgrade command causes a Panvalet library to be upgraded from the format of the previous version to the format of the new version.
JCL example below: Change the STEPLIB to your Panvalet CBALINK library. Change the PANDD1 DD statement to your PANVALET PANLIB.
//STEP1 EXEC PGM=PAN#2
//STEPLIB DD DSN=YOUR.PANVALET.CBA3LINK,DISP=SHR
//PANDD1 DD DSN=YOUR.PANVALET.PANLIB,DISP=SHR
//PANDD2 DD DUMMY
//PANDD3 DD DUMMY
//SYSPRINT DD SYSOUT=*
//SYSPUNCH DD SYSOUT=*
//SYSIN DD *
++UPGRADE
//