Usage Note 30719: "Some code points did not transcode" when exporting a SASĀ® Information Map using PROC INFOMAPS
PROC INFOMAPS produces the following error when you attempt to export a SAS Information Map:
ERROR: Some code points did not transcode.
This error only occurs if SAS is running on UNIX and the encoding for the SAS session is set to LATIN1.
Note: For information about which encoding is used by default for each locale, see Locale Values and Encoding Values for SBCS, DBCS, and Unicode.
There have been three reported causes.
The euro symbol
The transcode error can occur when least one data item name in the information map includes the euro symbol. As a circumvention for this issue, explicitly invoke SAS with LATIN9 encoding. For example:
The EN DASH character
The transcode error can occur if the information map contains at least one instance of the EN DASH. In this case, you perform one of these tasks:
- remove the EN DASH from the information map.
- replace the EN DASH with a HYPHEN-MINUS. One way to do this is to edit the XML for the map and replace the EN DASH with the hexidecimal value for the HYPHEN-MINUS, which is -
An apostrophe symbol
The transcode error can occur if the information map contains at least one instance of an unsupported apostrophe symbol. In this case, you perform one of these tasks:
- remove the unsupported apostrophe from the information map.
- replace the unsupported apostrophe with its HTML code equivalent. One way to do this is to edit the XML for the map and replace the apostrophe '
Operating System and Release Information
SAS System | Base SAS | 64-bit Enabled AIX | 9.1 TS1M3 SP4 | |
64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | |
64-bit Enabled Solaris | 9.1 TS1M3 SP4 | |
HP-UX IPF | 9.1 TS1M3 SP4 | |
Linux | 9.1 TS1M3 SP4 | |
Linux on Itanium | 9.1 TS1M3 SP4 | |
OpenVMS Alpha | 9.1 TS1M3 SP4 | |
Tru64 UNIX | 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: | Usage Note |
Priority: | medium |
Topic: | Data Management ==> Data Sources ==> Information map Data Management ==> Access ==> External I/O
|
Date Modified: | 2008-04-23 09:53:49 |
Date Created: | 2007-12-07 16:49:50 |