CA Panvalet getting PANMODI/PVPVLAMS VERSION NOT COMPATABLE
search cancel

CA Panvalet getting PANMODI/PVPVLAMS VERSION NOT COMPATABLE

book

Article ID: 52567

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

After upgrading to the new version of Panvalet, getting the following error:   Why?


+PV999 *PANVALET INTERNAL ERROR                                                 
+PANDIAG PANI072  AT 00000180: PANMODI/PVPVLAMS VERSION NOT COMPATABLE NEED 14.5
+PANAM07I ERROR FROM POPEN                                                      

 

Environment

Release:  V14.6
Component: CA Panvalet

Resolution

PAM would call PVPVLAMS.

Usually this error is caused by a version mismatch between a user program that has PAM linked into it and the PANMODI module found in the CBA3LINK library.

Relinking the user program with the 14.6 PAM should resolve this.

Sample JCL below:

 //IEWL     EXEC PGM=IEWL,                                       
 //             PARM='SIZE(512K,64K),CALL,LET,LIST,XREF'         
 //SYSLIB   DD  DSN=user.include.library,DISP=SHR           
 //SYSUT1   DD  UNIT=SYSDA,SPACE=(CYL,(2,1))                     
 //SYSPRINT DD  SYSOUT=*                                         
 //SYSLMOD  DD  DSN=user.load.library,DISP=SHR                    
 //PANLMOD  DD  DSN=hlq.ml.CBA3LINK,DISP=SHR                
 //SYSLIN   DD  *                                                 
 INCLUDE PANLMOD(PAM)                                             
 INCLUDE SYSLMOD(userpgm)                                         
 ENTRY userpgm                                                    
 NAME userpgm(R)                                                  
/*