Previous Topic: AOFMAXCLAUSES ParameterNext Topic: AOFMAXPGMSIZE Parameter


AOFMAXCOMMANDS Parameter

This parameter defines the maximum number of host commands that AOF rules (except for request rules) can execute. Host commands are commands issued in all valid ADDRESS environments. To limit the number of host commands in request rules, use the REXXMAXCOMMANDS parameter. For more information, see the REXXMAXCOMMANDS Parameter in this chapter.

You can override this limit for an individual rule using the OPS/REXX OPTIONS statement. For details, see the chapter “OPS/REXX Built-in Functions” in the Command and Function Reference.

Default value

100

Other possible values

Any number of commands greater than 0

Set or modify this parameter...

Anytime

Example: AOFMAXCOMMANDS

This function limits the number of host commands to 50.

OPSPRM('SET','AOFMAXCOMMANDS','50')