IBM Books

Net.Data Administration and Programming Guide for OS/400

Calling External REXX Programs

To call external REXX programs, use a FUNCTION block with the format:

%EXEC{ REXX-file-name [optional parameters]  %}

For example:

 %FUNCTION(DTW_REXX) rexx1() {
 %EXEC{ /QSYS.LIB/REXX.LIB/REXXSRC.FILE/TREXX.MBR %}
 %}


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