Previous Topic Next topic Print topic


Migration Issues

Server Enterprise Edition supports the running of applications compiled using both the ASCII and the EBCDIC character sets.

When migrating from EBCDIC to ASCII, you might encounter problems where character literals have been used in assignments and comparisons. The binary value represented by a particular character depends on the character set used: an 'A' is equivalent to the hexadecimal value C1 when using EBCDIC, but 41 when using ASCII.

Previous Topic Next topic Print topic