Previous Topic: GLVPENDINGHIGH ParameterNext Topic: GLVSHAREDDD Parameter


GLVPENDINGMAX Parameter

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.

Default value

100

Other possible values

Any number of events between 1 and 32767

Set or modify this parameter...

At initialization

Example: GLVPENDINGMAX

This function limits the number of pending global variable events to 40.

OPSPRM('SET','GLVPENDINGMAX','40')