InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400ForceHexConversion Property
In This Topic
    Xfr400ForceHexConversion Property
    In This Topic
    Gets or sets whether InfoConnect translates data in coded character set ID (CCSID) 65535 from hexadecimal to EBCDIC when sending it to the host or to ANSI when receiving it from the host.
    Syntax
    expression.Xfr400ForceHexConversion As Boolean
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default value is True.

    Use the default value (True) only if you are sure that the data contained within columns tagged with the 65535 CCSID are in a defined CCSID that matches the user profile CCSID of the jobs that will access it. Accessing 65535 CCSID data from job CCSID that does not match the data may corrupt the database file.

    When this property is False, InfoConnect sends and receives data in hexadecimal format instead of translating it.

    Remarks

    Columns tagged with the 65535 CCSID are designed not to be converted when transferring to and from the PC. This property keeps InfoConnect from converting CCSID 65535 data into character data and should be set to True only when it is not possible to change the column or file CCSID from 65535. Every attempt should be made to appropriately tag the data with the correct CCSID.
    This property is applicable to 5250 sessions only.

    See Also