The CR/LF (X'0D0A') characters delimit records in Windows text files. However, it is also possible on Windows to read files created on Linux or UNIX systems that contain the single LF (X'0A') delimiter.
PowerExchange cannot read named pipes on Windows as if they were files by using an SEQ data map. To read named pipes on Windows, you must write a user access method program. For more information, see the appendix, "User Access Method Programs," in the
PowerExchange Navigator User Guide
.
In other respects, Windows file processing is similar to Linux and UNIX file processing and shares the same distinction between text and binary data files.
The maximum record size that PowerExchange can process is 147,456 bytes (144 KB). However, certain variable types that use NUM16 integers enforce a 32-KB limit, such as VB12, VBX2, and VBP2.