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
Release : 14.6
Component : Panvalet
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
//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
/*
//PANDD3 DD DSN=hlq.HISTBKUP.PANLIB.Y2022(0),DISP=SHR,
// VOL=(,RETAIN)
//PANDD2 DD DSN=hlq.HISTBKUP.PANLIB.Y2022(+1),UNIT=(3480,,DEFER),