VMS Help  —  RTL Routines, LIB$  LIB$TRA_ASC_EBC
    The Translate ASCII to EBCDIC routine translates an ASCII string
    to an EBCDIC string.

    Format

      LIB$TRA_ASC_EBC  source-string ,byte-integer-dest-string

1  –  Returns

    OpenVMS usage:cond_value
    type:         longword (unsigned)
    access:       write only
    mechanism:    by value

2  –  Arguments

 source-string

    OpenVMS usage:char_string
    type:         character string
    access:       read only
    mechanism:    by descriptor

    Source string (ASCII) to be translated by LIB$TRA_ASC_EBC. The
    source-string argument contains the address of a descriptor
    pointing to this source string.

 byte-integer-dest-string

    OpenVMS usage:char_string
    type:         character string
    access:       write only
    mechanism:    by descriptor

    Destination string (EBCDIC). The byte-integer-dest-string
    argument contains the address of a descriptor pointing to this
    destination string.
Close Help