z/OS DFSMShsm Diagnosis
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Varying dump invocation

z/OS DFSMShsm Diagnosis
GC52-1387-00

Example:The following command sets the bit MCVTALLX in the MCVT to 1 to suppress the ALLEXCP option specified in the full-volume dump invocation of DFSMSdss by DFSMShsm:
PATCH .MCVT.+3C3 BITS(1.......) /* suppress ALLEXCP option */
Example:This example sets the bit MCVTALLD in the MCVT to 1 to suppress the ALLDATA(*) option specified in the full-volume dump invocation of DFSMSdss by DFSMShsm:
PATCH .MCVT.+3C3 BITS(.1.....) /* suppress ALLDATA(*) option */
Example:This example sets the bits MCVTALLX and MCVTALLD in the MCVT to 1 to suppress both the ALLEXCP and ALLDATA(*) options:
PATCH .MCVT.+3C3 BITS(11......) /* suppress ALLEXCP and ALLDATA(*) option */

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014