Using REXX variables in procedures with logic

You can use REXX variables in a procedure with logic. The values for these variables are known only within the procedure in which you defined them. You can:

For more information on REXX variables, see the REXX reference manual for your system. For details on the GET GLOBAL and SET GLOBAL commands, see QMF Reference.

QMF also provides a group of REXX variables for the SAA callable interface that QMF sets after processing each QMF command. These variables provide important information about the results of each command. You can use them in your procedures with logic. For more information about these variables, see REXX language interface.

[ Previous Page | Next Page | Contents | Index ]