Product Site

14.1.1. Input Streams

Input to Rexx programs is in the form of a serial character stream generated by user interaction or has the characteristics of one generated this way. You can add characters to the end of some stream objects asynchronously; other stream objects might be static or synchronous.

The methods and instructions you can use on input stream objects are:

In a persistent stream object, the Rexx language processor maintains a current read position. For a persistent stream:

In a transient stream, no read position is available. For a transient stream: