REXX Procedures

The REXX procedures of the AWM sample model are a part of the delivered mainframe components installed with the z/Server. The names of these procedures all start with the prefix TAU. You will find the procedures in the z/Server dataset which ends with the last qualifier EXEC. Only REXX procedures starting with TAUPD are specific to this AWM sample; others which start with TAUZC or TAUTO are general REXX procedures which are used in other AWM context as well.

The REXX procedures can be executed without any adaptation. If any special rules exist for the allocation of temporary user files, however, the REXX procedure TAUPDXA1 must be modified.

The AWM sample also provides an action which supports a remote syntax check. The corresponding REXX procedure TAUPDRSC calls other subroutines which support the compilation of programs. These subroutines have to be customized for the required compiler load libraries. For more details of how to customize TAUTOXCC, TAUTOXCP and TAUTOXCA see ISPF Exits.