Dear all,
I am reviewing overnight JCL prior to a production promotion. One job references a generation data group as follows:
jcl
//INPUT DD DSN=FIN.ACCT.DAILY(+1),
// DISP=SHR
//OUTPUT DD DSN=FIN.ACCT.DAILY(+2),
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,
// SPACE=(CYL,(50,10),RLSE),
// DCB=(RECFM=FB,LRECL=500,BLKSIZE=0)
Operations raised a concern that (+1) for input may not always resolve to the generation the upstream job just created if a prior run failed mid-stream.
Could you advise on whether your sites enforce absolute generation references (0) for dependent jobs, or is the relative reference acceptable with appropriate scheduling controls?
Best regards,
Jen