HP-UX SNAplus2 CSV Programmer's Guide
Common Service Verbs Reference
CONVERT
Chapter 242
SV_EBCDIC_TO_ASCII
Convert from EBCDIC to ASCII
characters.
char_set
Specifies which character set to use in converting the
source string. Possible values are:
SV_A
The type-A character set consists of
the following:
• Uppercase letters
• Numerals 0–9
• Special characters $, #, @, and
space
This character set is supported by a
system-supplied type-A conversion
table.
The first character of the source
string must be an uppercase letter or
the special character $, #, or @.
Spaces are allowed only in trailing
positions. Lowercase letters can be
supplied in positions other than the
first character, but will be translated
to uppercase.
SV_AE
The type-AE character set consists of
the following:
• Uppercase letters
• Lowercase letters
• Numerals 0–9
• Special characters $, #, @, and
space
This character set is supported by a
system-supplied type-AE conversion
table.