Previous Topic Next topic Print topic


Passing Parameters

You can pass parameters to a REXX exec in the usual way, for example:

In the exec named add, you can use an ARG instruction to receive the two parameters, 42 and 21.

Previous Topic Next topic Print topic