Previous Topic: AOFLIMITDISABLE ParameterNext Topic: AOFMAXCOMMANDS Parameter


AOFMAXCLAUSES Parameter

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.

Default value

10000

Other possible values

Any number of clauses greater than 1

Set or modify this parameter...

Anytime

Example: AOFMAXCLAUSES

This function sets the maximum number of REXX clauses to 100000.

OPSPRM('SET','AOFMAXCLAUSES','100000')