Previous Topic: REXXMAXCOMMANDS ParameterNext Topic: REXXMAXQUEUE Parameter


REXXMAXPGMSIZE Parameter

This parameter determines the maximum size, in bytes, of a compiled OPS/REXX program in virtual storage.

Default value

1048616 (bytes)

Other possible values

Any number of bytes greater than 32768

Set or modify this parameter...

Anytime

Example: REXXMAXPGMSIZE

This function sets the maximum OPS/REXX program size to 750000 bytes.

OPSPRM('SET','REXXMAXPGMSIZE','750000')