Reflection
AS400ReceiveConversionOption Enumeration


Specifies a conversion format for a file being received from an AS/400.
Syntax
'Declaration
 
Public Enum AS400ReceiveConversionOption 
   Inherits System.Enum
'Usage
 
Dim instance As AS400ReceiveConversionOption
public enum AS400ReceiveConversionOption : System.Enum 
Members
MemberDescription
AsciiAppropriate for files with no special formatting and fixed record widths.
BasicSeqSeparates all fields with commas and inserts quotation marks around character and hexadecimal fields.
CommaDelimiterSeparates fields with commas, but only inserts quotation marks around character fields that contain a comma or quotation mark.
DifUse for files transferred to and from Microsoft Excel. DIF files contain the names of the fields.
DosRandomAppropriate with host database applications that require data to be in this format.
NoConversionUse for files that should not be translated.
TabDelimiterSeparates all fields with tabs and inserts quotation marks around character fields that contain a quotation mark.
Remarks
This property affects AS/400 data transfer and is only relevant for 5250 sessions.
Inheritance Hierarchy

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

See Also