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


Returning to the previous method of serializing on a GDS data set during migration

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

DFSMShsm uses a method for serializing the migration of a GDS data set that does not require locking the GDG base. This method overrides patches to the MCVT at offset X'4C3', bit 7 (......X.). If you want DFSMShsm to return to the previous serialization method, issue the following patch command:
PATCH .MCVT.+595 BITS(.....0..)
When this bit is off (0), the GDG base is locked if the patchable bit in the MCVT at offset X'4C3', bit 7 (......X.) is off (0). The base is not locked if the bit is on (1). If disabled, the new serialization method can be re-enabled with the following patch:
PATCH .MCVT.+595 BITS(.....1..)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014