Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : Named Pipes : Overview of named pipes with ABL : Access from ABL
 
Access from ABL
ABL accesses named pipes already created on your system; ABL does not create named pipes itself. ABL treats a named pipe the same way as it treats a text file. ABL statements INPUT FROM, OUTPUT TO, DISPLAY, SET, EXPORT, and IMPORT all access named pipes and files identically.