Multiple BCDS and MCDS files for VCCRUN.
search cancel

Multiple BCDS and MCDS files for VCCRUN.

book

Article ID: 24948

calendar_today

Updated On:

Products

MICS Resource Management

Issue/Introduction

How to code JCL for multiple MCDS and BCDS DDNAMES?

 

Environment

Component: MICS-Resource Management-Accounting and Chargeback 

Resolution

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.