This parameter sets the maximum number of global variable events that can be pending at any time for a rule. When a global variable rule changes a global variable, the event goes onto a pending queue until the rule finishes its processing. This queue and the GLVCHAINMAX parameter help to prevent event recursion. If the number of pending events exceeds the GLVPENDINGMAX value, the rule fails and CA OPS/MVS issues message OPS4401E.
100
Any number of events between 1 and 32767
At initialization
Example: GLVPENDINGMAX
This function limits the number of pending global variable events to 40.
OPSPRM('SET','GLVPENDINGMAX','40')
|
Copyright © 2014 CA.
All rights reserved.
|
|