Previous Topic: REXXMAXSECONDS ParameterNext Topic: System State Manager Parameters


REXXMAXSTRINGLENGTH Parameter

This parameter sets the maximum length of text strings in an OPS/REXX program. The limit set by REXXMAXSTRINGLENGTH is approximate; you cannot set an exact limit on string length.

Default value

32000

Other possible values

Any number of characters greater than 128 but not more than 32000

Set or modify this parameter...

Anytime

Example: REXXMAXSTRINGLENGTH

This function limits text string length to 1048 characters.

OPSPRM('SET','REXXMAXSTRINGLENGTH','1048')