Page 1 of 1

CA1 and canceling a job

PostPosted: Fri Oct 06, 2017 5:49 pm
by samb01
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 ?

Re: CA1 and canceling a job

PostPosted: Fri Oct 06, 2017 6:34 pm
by Robert Sample
My first question is why, if you are cancelling the job, do you want to keep a tape that is incomplete or inaccurate for 400 days?

Contact your site support group for assistance. They install and maintain the products and will be able to tell you why you get LDATE/007 for the retention period, and how to override that (if it is possible). Only someone working at your site can help you since many parameters of CA1 are site-specific and any advice you get from someone at another site may be wrong.