Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrIndRecFm Property
In This Topic
    XfrIndRecFm Property
    In This Topic
    Gets or sets the record format for files being created on the host by an IND$FILE transfer.
    Syntax
    expression.XfrIndRecFm As IndRecordFormatOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An IndRecordFormatOption Enumeration value. The default value (Variable) forces the host to create variable-length records and preserves the format of a binary file.

    Remarks

    This property affects IND$FILE transfer and is applicable to TSO or CMS 3270 sessions.

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

    See Also