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


JCL for updating the control data set

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

Use the sample JCL in Figure 1 to update the control data set with the name MYCDS.

Figure 1. Updating the control data set
//UTIL     EXEC     PGM=EDGUTIL,PARM='UPDATE'
//SYSPRINT DD       SYSOUT=*
//MASTER   DD       DISP=SHR,DSN=RMM.CONTROL.DSET
//SYSIN    DD       *
CONTROL CDSID(MYCDS) RACKFREE(1234)
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014