InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IndRecordFormatOption Enumeration


IndRecordFormatOption Enumeration
Specifies the record format values for files created on the host by an IND$FILE transfer.
Syntax
'Declaration
 
Public Enum IndRecordFormatOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As IndRecordFormatOption
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. (This value is only relevant to TSO hosts.)
VariableForces the host to create variable-length records. Use this value to preserve the format of a binary file.
Remarks
This property is applicable to TSO or CMS 3270 sessions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.IndRecordFormatOption

See Also