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 especially true if the program being called contains a RUN command with substitution variables, as in RUN QUERY WEEKLY_Q (&&DEPT=58.

[ Previous Page | Next Page | Contents | Index ]