Previous Topic: REXXMAXCLAUSES ParameterNext Topic: REXXMAXPGMSIZE Parameter


REXXMAXCOMMANDS Parameter

This parameter determines the maximum number of host commands that OPS/REXX programs or request rules can execute. Host commands are commands issued in all valid ADDRESS environments.

Default value

100000

Other possible values

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

Set or modify this parameter...

Anytime

Example: REXXMAXCOMMANDS

This function limits OPS/REXX programs or request rules to issuing 20000 host commands.

OPSPRM('SET','REXXMAXCOMMANDS','20000')