Using the REXX Macro Space

You should load often-used REXX programs into the REXX Macro Space. Functions to do this are, for example, in the DLL RXU or in the new REXXUTIL DLL. (for an example usage see LoadMac.cmd, see also The functions to work on the macro space and REXXCC - a REXX "compiler")

Advantages of the macro space are:

Be aware that the routines in the macro space have their own variable scope (like other external REXX routines). You cannot use variables from within the calling program in routines that reside in the macro space.


[Back: Creating a token image]
[Next: Investigate the overheads of function calls]