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
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.
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