InfoConnect for Unisys VBA Guide
WRQPreserveCounts Property
Returns or specifies whether record byte counts are transferred with data during a binary transfer to the host.
Syntax
Object.WRQPreserveCounts As Boolean
Remarks
This property is only relevant for transfers to VMS hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.VMS) and for transfers that use the WRQ/Reflection protocol. The default value is false.
See Also