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.
100
Any number of commands greater than 0
Anytime
Example: AOFMAXCOMMANDS
This function limits the number of host commands to 50.
OPSPRM('SET','AOFMAXCOMMANDS','50')
|
Copyright © 2014 CA.
All rights reserved.
|
|