Accessing a named pipe within ABL
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Accessing a named pipe within ABL
To access a named pipe from ABL, open it for input or
output using the INPUT FROM and OUTPUT TO statements.
For example, the following line of ABL code opens the previously
created named pipe inpipe for input:
|
After invoking this statement, all input statements that use
the unnamed stream, such as SET or IMPORT,
take their input from inpipe.