Hello,
when i cancel a job whih is writing into a tape, the RETP is ovverriden by : LDATE/007.
This is my tape in the step :
//GBFCT DD DSN=PRDEP.FGRSD.BVGCDF,DISP=(NEW,CATLG,KEEP),
// DCB=(RECFM=VB,LRECL=27994,BLKSIZE=27998),
// LABEL=RETPD=400,UNIT=(VTS2,,DEFER)
We can see, the RETD is 400. But when the job is canceled, the RETPD is overriden inCA1 by LDATE/007. So we have to update it each time it happens write the correct date in CA1, unless the tape is scrathc in 7 days
Is there a solution to avoid the LDATE/007 ?