Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IndRecordFormatOption Enumeration
In This Topic
    IndRecordFormatOption Enumeration
    In This Topic
    Specifies the record format for files created on the host by an IND$FILE transfer.
    Members
    MemberDescription
    DefaultThe record format is determined by the host.
    FixedForces the host to create fixed-length records.
    UndefinedForces the host to create files without a specific record format. (TSO hosts only.)
    VariableForces the host to create variable-length records. Use this value to preserve the format of a binary file.
    Remarks
    This property affects IND$FILE transfer and is applicable to TSO or CMS 3270 sessions.
    See Also