How to code JCL for multiple MCDS and BCDS DDNAMES?
Component: MICS-Resource Management-Accounting and Chargeback
Modify the VCCSCAN JCL by specifying a DD for each MCDS, and BCDS desired.
For example:
//MCDS DD DISP=SHR,DSN=DFHSM.MCDS1
//MCDS2 DD DISP=SHR,DSN=DFHSM.MCDS2
//BCDS DD DISP=SHR,DSN=DFHSM.BCDS1
//BCDS2 DD DISP=SHR,DSN=DFHSM.BCDS2
Caution:
The first DD must remain as MCDS/BCDS followed by MCDS2/BCDS2 in order. Use of DDNAME MCDS1 or BCDS1 is not allowed.