NetMaster REXX uses the EXECIO command to read and write data to or from a file. You can use EXECIO to do the following:
EXECIO emulates the TSO/E EXECIO command with the following exceptions:
DISKRU is not supported.
If an EXECIO * DISKW command is issued from a non-3270 type session and the REXX data stack becomes empty before a null record is found (which would normally terminate EXECIO), then the EXECIO request completes normally instead of requesting input from an arbitrary input data stream (because there is no equivalent for SYSTSIN DD in CA NetMaster).
TSO/E EXECIO terminates with a return code of 4 when an empty data set is found within a concatenation list during a DISKR operation. NetMaster REXX EXECIO does not have that restriction.
Note: for more information about EXECIO, see your IBM TSO/E documentation.