The DWWRCDEF job
The DWWRCDEF job is optional and is run to allocate RCDS data sets intended only for the IVP process.
Run the DWWRCDEF job from your customized SDWWCNTL.OUT data set.
If you have not performed customization, copy member DWWRCDEF from
the SDWWCNTL data set and update the following variables:
- SET PREF=DWWUSER.V630
- SET SUFF=PROD
- SET RVOL=volume
- SET MGMCLAS= management_class
- SET STRCLAS= storage_class
This example shows the SET statements of the JCL used to submit the job:
//*------------------------------------------
//SETPARM SET PREF=DWWUSER.V630
// SET SUFF=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.V630.DWWCON1.GRPPROD
- DWWUSER.V630.DWWCON1.GRPPROD.DATA
- DWWUSER.V630.DWWCON2.GRPPROD
- DWWUSER.V630.DWWCON2.GRPPROD.DATA
- DWWUSER.V630.DWWCON3.GRPPROD
- DWWUSER.V630.DWWCON3.GRPPROD.DATA