Calling REXX programs without substitution variables

If your REXX program does not contain an imbedded RUN command that includes substitution variables, use one of the following commands to invoke your program:

For more information on any of these commands, see the REXX reference manual for your system.

You might consider removing the substitution variables from the RUN command if you want to call your programs using one of the REXX invocation calls. In that case, QMF prompts the user for the variables.

[ Previous Page | Next Page | Contents | Index ]