This parameter determines the maximum number of REXX clauses that AOF rules (except request rules) can execute. The REXXMAXCLAUSES parameter limits the number of REXX clauses in request rules. For more information, see REXXMAXCLAUSES 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.
10000
Any number of clauses greater than 1
Anytime
Example: AOFMAXCLAUSES
This function sets the maximum number of REXX clauses to 100000.
OPSPRM('SET','AOFMAXCLAUSES','100000')
|
Copyright © 2014 CA.
All rights reserved.
|
|