expression.WRQMPEStream As Boolean
where expression is a variable that represents a FileTransfer Object
expression.WRQMPEStream As Boolean
Interoperability between stream files and other record formats is automatic. This means an MPE program can read from a stream file and it will appear to be a traditional variable-length record file, and a POSIX program will see all files as stream files. MPE does the translation automatically.
This property is relevant only for transfers to MPE hosts (that is, WRQHostSystem is set to WRQMPEFileNamesOption.HP3000) and transfers that use the WRQ/Reflection protocol. The default value is false (PCLINK2 defaults to a Fixed record format for ASCII files and a Variable record format for binary files).