The DWWRCDEF job is optional and is run to allocate RCDS data sets
intended only for the IVP process.
Copy member DWWRCDEF from the SDWWCNTL data set. To run the job update
the following variables:
- SET PREFIX=DWWUSER.V430
- SET SUFFIX=PROD
- SET RVOL=volume
- SET MGMCLAS= management_class
- SET STRCLAS= storage_class
Specify the values for the MGMCLAS and STRCLAS symbolic parameters to
allocate the SMS managed RCDS data sets. Or you can leave them blank to use
the default SMS classes or to allocate nonSMS RCDSs.
The example below shows the SET statements of the JCL used to submit the
job:
//*------------------------------------------
//SETPARM SET PREFIX=DWWUSER.V430
// SET SUFFIX=PROD
// SET RVOL=TOTCI3
// SET MGMCLAS=
// SET STRCLAS=SCCOMP
//REXXCRE EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD *
When the job is successfully submitted the following data sets are produced:
- DWWUSER.V430.DWWCON1.GRPPROD
- DWWUSER.V430.DWWCON1.GRPPROD.DATA
- DWWUSER.V430.DWWCON2.GRPPROD
- DWWUSER.V430.DWWCON2.GRPPROD.DATA
- DWWUSER.V430.DWWCON3.GRPPROD
- DWWUSER.V430.DWWCON3.GRPPROD.DATA