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


In This Topic
    AS400SendConversionOption Enumeration
    In This Topic
    Specifies a conversion format for files received from an AS/400.
    Syntax
    'Declaration
     
    
    Public Enum AS400SendConversionOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AS400SendConversionOption
    public enum AS400SendConversionOption : System.Enum 
    Members
    MemberDescription
    AsciiAppropriate for files with fixed record widths and no special formatting.
    BasicSeqSeparates fields with commas and inserts quotation marks around character and hexadecimal fields.
    CommaDelimiterSeparates fields with commas and inserts quotation marks around character fields that contain either a comma or a quotation mark.
    DosRandomAppropriate with host database applications that require data to be in this format.
    NoConversionUse for files that should not be translated.
    TabDelimiterSeparates 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.AS400SendConversionOption

    See Also