Previous Topic: AOFMAXCOMMANDS ParameterNext Topic: AOFMAXQUEUE Parameter


AOFMAXPGMSIZE Parameter

This parameter sets the maximum size, in bytes, of a compiled OPS/REXX rule section or subroutine in virtual storage.

Default value

1048616 (bytes)

Other possible values

Any number of bytes greater than 32768

Set or modify this parameter...

Anytime

Example: AOFMAXPGMSIZE

This function sets the maximum program size to 2000000 bytes.

OPSPRM('SET','AOFMAXPGMSIZE','2000000')