NetMaster REXX Commands › EXECIO
EXECIO
NetMaster REXX uses the EXECIO command to read and write data to or from a file. You can use EXECIO to do the following:
- Read from a data set to the REXX data stack for serialized processing, or to a list of variables for random processing.
- Write data to a data set from the REXX data stack or a list of variables.
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 session and the REXX data stack becomes empty before a null record is found (which would normally terminate EXECIO), then the EXECIO request completes instead of requesting input from an arbitrary input data stream. CA NetMaster has no equivalent for SYSTSIN DD.
- 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.
|
Copyright © 2009 CA.
All rights reserved.
|
|