z/OS DFSMSrmm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Initializing the control data set

z/OS DFSMSrmm Implementation and Customization Guide
SC23-6874-00

To initialize the control data set, run the DFSMSrmm EDGUTIL utility. Figure 1 is sample JCL you can use to create the control data set.

Figure 1. Initializing the control data set
//EDGUTIL EXEC PGM=EDGUTIL,PARM='CREATE'
//SYSPRINT DD SYSOUT=*
//MASTER   DD DSN=RMM.CONTROL.DSET,DISP=SHR
//SYSIN    DD *
CONTROL CDSID(cds_id) EXTENDEDBIN(YES) STACKEDVOLUME(YES)
/*

See Creating or updating the control data set control record for additional information on SYSIN values you can use.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014