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


Changing the notification limit percentage value to issue ARC1901I messages

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

Start of change

The ARC1901I messages are issued for every x% of the notification limit value, where x is a decimal number from 1 to 100. The default value is 20%.

For example, if the notification limit is 100 and the percentage is 20, then ARC1901I will be issued when the number of queued volumes is 100, 120, 140, and so on.

You can change the notification limit percentage value with the following PATCH command:
PATCH .MGCB.+154 X'000000nn'

where nn is the hexadecimal representation for the notification limit percentage value.

For example, to set the percentage value to 50%, issue the following PATCH command:
PATCH .MGCB.+154 X'00000032'
End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014