Try OpenEdge Now
Programming Interfaces
Input/Output Processes
:
Alternate I/O Sources
:
Sharing streams among procedures
Sharing streams among procedures
If you want several procedures to share the same input or output streams, you can define a shared stream. Another alternative is to use stream object handles.
In this section:
Defining a shared stream
Using stream object handles