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


Making the interval less frequent than one hour

z/OS DFSMShsm Implementation and Customization Guide
SC23-6869-01

To calculate the value to use in a patch of the MGCB, start with the desired number of hours for your interval, multiply by 60, and then add 30. For example, if you want the interval to be two hours, the value is (2*60)+30 = 150. Issue the following PATCH command:
 PATCH .MGCB.+60 X'0096'    /* 150 minutes */  

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014