Using QMF


Calling REXX programs from a procedure with logic

You might have procedures that call applications. When you call your REXX callable interface application from a procedure with logic, be careful about the number of ampersands you specify for the substitution variables in your application. This is important if the program being called contains a RUN command with substitution variables, as in RUN QUERY WEEKLY_Q (&&DEPT=58.


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