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.V510
- 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.V510
// 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.V510.DWWCON1.GRPPROD
- DWWUSER.V510.DWWCON1.GRPPROD.DATA
- DWWUSER.V510.DWWCON2.GRPPROD
- DWWUSER.V510.DWWCON2.GRPPROD.DATA
- DWWUSER.V510.DWWCON3.GRPPROD
- DWWUSER.V510.DWWCON3.GRPPROD.DATA