Previous Topic: REXXMAXPGMSIZE ParameterNext Topic: REXXMAXSAYS Parameter


REXXMAXQUEUE Parameter

This parameter sets the maximum number of output lines that OPS/REXX programs can have in their external data queues.

Default value

3000 (lines)

Other possible values

Any number of output lines between 1 and 32768. The maximum value you can specify is dependent upon your region. When considering the amount of storage that is necessary, bear in mind that every three messages take up 1 KB of storage.

Set or modify this parameter...

Anytime

Example: REXXMAXQUEUE

This function sets the maximum queue size to 2000 lines.

OPSPRM('SET','REXXMAXQUEUE','2000')