Sample DD statement:
//DD1 DD DSNAME=dsname2,DISP=(NEW,CATLG),
// SPACE=(TRK,(150,150),RLSE),VOL=SER=VVVVVV,
// DCB=dsname1,
// UNIT=SYSDA
How to capture the DCB value from the JCLNeat REXX program CAZ1NREX in the DD_PROCESSING routine.
Release: 12.0 and above
Component: JCLCheck
Use the stem variable DD.DCB_PATTERN to intercept the DCB value.
Variable List for the JCLCheck CAZ1REXX Program
Variable List for the JCLNeat CAZ1NREX Program