InfoConnect for Airlines VBA Guide
ReadCtrlZAsEOF Property
Returns or specifies whether InfoConnect interprets Ctrl-Z as the end-of-file marker in ASCII files sent to the host.
Syntax
Object.ReadCtrlZAsEOF As Boolean
Remarks
When this property is set to true, InfoConnect interprets a Ctrl-Z, represented as Chr$(SUB), as the end-of-file marker and removes it from the file. When this property is set to false, file length is determined by the character count in the file folder.

The equivalent property for ASCII transfers from the host is WriteCtrlZAsEOF, which determines whether a Ctrl-Z character should be appended to ASCII files being transferred from the host.

The default value is true.
See Also