OUTPUT THROUGH statement
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
OUTPUT THROUGH statement
The OUTPUT THROUGH statement allows an
application to redirect output to a process that OpenEdge starts.
On UNIX, this statement allows you to pipe OpenEdge output to
a UNIX process. The following is a partial syntax example of the OUTPUT THROUGH statement:
Syntax
|
You can also use the OUTPUT THROUGH statement
to access spooling capabilities on UNIX systems. For example, this
command sends output to the printer named lw on
a UNIX system:
|
For a complete description of the OUTPUT
THROUGH statement, see ABL Reference. For more
information about streams, see OpenEdge Programming
Interfaces.