Previous Topic: REXXMAXQUEUE ParameterNext Topic: REXXMAXSECONDS Parameter


REXXMAXSAYS Parameter

This parameter sets the maximum number of SAY statements that OPS/REXX programs or request rules can execute.

Default value

100000

Other possible values

Any number of statements between -1 and 99999 (a value of -1 indicates that there is no limit)

Set or modify this parameter...

Anytime

Example: REXXMAXSAYS

This function limits the number of SAY statements to 30000.

OPSPRM('SET','REXXMAXSAYS','30000')