Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrIndLRecl Property
In This Topic
    XfrIndLRecl Property
    In This Topic
    Gets or sets the record size (in bytes) for files being created on the host as the result of a transfer.
    Syntax
    expression.XfrIndLRecl As Integer
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default is 0. The range of values is 0 - 32,768
    Remarks
    If you do not specify a record size, it is determined by the host. This property affects IND$FILE transfer and is applicable to 3270 sessions when the host is running TSO or CMS.

    This property is only relevant if the XfrHostSys property is set to Tso or Cms.

    See Also