Previous Topic: AOFMAXQUEUE ParameterNext Topic: AOFMAXSECONDS Parameter


AOFMAXSAYS Parameter

This parameter limits the number of REXX SAY statements AOF rules (except for request rules) can issue. For request rules, the limiting parameter is REXXMAXSAYS. For more information, see the REXXMAXSAYS Parameter in this chapter.

You can override this limit for an individual rule using the OPS/REXX OPTIONS statement.

Default value

1000

Other possible values

Any number of SAY statements greater than or equal to 0

Set or modify this parameter...

Anytime

Example: AOFMAXSAYS

This function limits the number of SAY statements to 500.

OPSPRM('SET','AOFMAXSAYS','500')