'Declaration
Public Enum IndRecordFormatOption Inherits System.Enum
'Usage
Dim instance As IndRecordFormatOption
public enum IndRecordFormatOption : System.Enum
'Declaration
Public Enum IndRecordFormatOption Inherits System.Enum
'Usage
Dim instance As IndRecordFormatOption
public enum IndRecordFormatOption : System.Enum
Member | Description |
---|---|
Default | The record format is determined by the host. |
Fixed | Forces the host to create fixed-length records. |
Undefined | Forces the host to create files without a specific record format. (This value is only relevant to TSO hosts.) |
Variable | Forces the host to create variable-length records. Use this value to preserve the format of a binary file. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.IndRecordFormatOption