Panvalet Match / Merge job failing with PV093
search cancel

Panvalet Match / Merge job failing with PV093

book

Article ID: 233276

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

The daily job that deletes the Disabled members and match / merges them to a Protection file. 

The job abended with the following errors:

***** PROTECTION FILE I/O MANAGEMENT LOGIC ERROR, CODE=209 - FRAME(OUT): FRAME/BUFFER OVERFLOW* ERROR MESSAGE  = PV093 *

and

 SYSTEM COMPLETION CODE=0C1  REASON CODE=00000001

Environment

Release : 14.6

Component : Panvalet

Resolution

A block on the Protection tape GDG file was corrupted which caused the PV093 error.

1)  Try using inputting the  -1 GDG  in the Match/ Merge PANDD3 DD

 

If that does not work, then create a new Protection log 

1)  Run a One-Time job to create the new Protection log:
 
//STEP1 EXEC PGM=PAN#2,REGION=565K       
//SYSPRINT DD SYSOUT=*                                         
//PANDD1   DD  DSN=hlq.mlq.PANLIB,DISP=SHR            
//PANDD2   DD DSN=hlq.HISTBKUP.PANLIB.Y2022(+1),          
//  UNIT=(3480,,DEFER),                         
//  DISP=(,CATLG,DELETE),LABEL=(1,SL,EXPDT=99000),VOL=(,RETAIN),  
//  DCB=(MDSCB.BLK32752.RECU)                          
//SYSIN  DD *                                      
++PRINT 1-UP                                                   
++DELETE DISABLED                                              
++PRINT 1-UP                                                   
/*                   
 
2) Update the Match/Merge job pointing the PANDD2 and PANDD3 DD statements to point to the new GDG:
//PANDD3 DD DSN=hlq.HISTBKUP.PANLIB.Y2022(0),DISP=SHR,    
//       VOL=(,RETAIN) 
//PANDD2 DD DSN=hlq.HISTBKUP.PANLIB.Y2022(+1),UNIT=(3480,,DEFER),