Problem Note 16283: A Japanese character that contains the hex value for a single or double
quote may cause the Program Editor to have an incorrect color
A Japanese character that contains the hex value for a single quote,
'7D', or a double quote, '7F', may result in the Program Editor having
an incorrect color.
Consider the following example:
IF SUBSTR(M,1,2)='TN' THEN KB='1: <DBCS Japanese Character> ';
Where <DBCS Japanese Character> is a Japanese character, the assignment
of the KB variable could potentially be represented in hexadecimal as
7DF17A0E487D0F7D. The second occurrence of the '7D' hex value found in
the assignment, is incorrectly interpreted as a single quote and not as
part of the DBCS Japanese character value. This may cause the color of
the Program Editor to be incorrect.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | Base SAS | z/OS | 8.2 TS2M0 | 9.1 TS1M3 SP4 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Topic: | Software Components ==> Display Manager
|
| Date Modified: | 2007-01-05 13:16:17 |
| Date Created: | 2005-10-10 10:02:10 |