Previous | Top | Index |
The name of a variable or label, and the length of a literal string may not exceed 250 bytes. More characters than 250 will be truncated. (Can be changed from rexx.h)
Numbers follows C restrictions, thus integers are long and real numbers are held as double.
The FOR and simple counts on a DO instruction, and the right-hand term of an exponentiation may not exceed maximum long number.
The control stack (for DO, IF, CALL, etc.) is limited to a nesting level of 256 and from the internal stack of the Operating system. For MsDos REXX the maximum recursive level will be around 70-80.
Functions and subroutines cannot be called with more than 15 arguments (Can be changed from rexx.h).
Input and Output cannot be redirected for commands executed through INT2E.
Previous | Top | Index |