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.
1000
Any number of SAY statements greater than or equal to 0
Anytime
Example: AOFMAXSAYS
This function limits the number of SAY statements to 500.
OPSPRM('SET','AOFMAXSAYS','500')
|
Copyright © 2014 CA.
All rights reserved.
|
|