After upgrading to Panvalet 14.6 the PANLIB is showing an older version
search cancel

After upgrading to Panvalet 14.6 the PANLIB is showing an older version

book

Article ID: 140050

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

The old PANLIB is showing version 14.2 even though we upgraded to Panvalet 14.6.

Environment

Release : 14.6

Component : Panvalet 14.6 

Cause

The version specified in the PANLIB shows the Panvalet version number when the PANLIB was created.


Resolution

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

//