Using QMF

Calling REXX programs without substitution variables

If your REXX program does not contain an embedded RUN command that includes substitution variables, use one of the following methods to start 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 by using one of the REXX invocation calls. In that case, QMF prompts the user for the variables.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]