InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400RecordLength Property
In This Topic
    Xfr400RecordLength Property
    In This Topic
    Gets or sets (second syntax line) the record size (in bytes) for files created on the host.
    Syntax
    expression.Xfr400RecordLength As Integer
    where expression is a variable that represents a FileTransfer Object
    Remarks
    This property affects AS/400 data transfer and is only relevant for 5250 sessions. The range of values is 13 - 4105. The default is 92.
    See Also