SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 49871: Transcoding errors occur in the Asian language version of SAS® 9.3 when a SYSTEM function is used to run a UNIX command with a DBCS string

DetailsHotfixAboutRate It

When you use the SYSTEM option to execuate a UNIX command with double-byte character set (DBCS) characters in DBCS SAS 9.3, errors similar to the following occur:

ERROR: Execution of the Command '/bin/sh' failed.
ERROR: ERROR: Some code points did not transcode.

Sample Code

data _null_ ; rc = system('mkdir ') ; run;

The problem does not occur in SAS® 9.2

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemBase SAS64-bit Enabled AIX9.3_M19.49.3 TS1M19.4 TS1M0
64-bit Enabled HP-UX9.3_M19.49.3 TS1M19.4 TS1M0
64-bit Enabled Solaris9.3_M19.49.3 TS1M19.4 TS1M0
HP-UX IPF9.3_M19.49.3 TS1M19.4 TS1M0
Linux9.3_M19.49.3 TS1M19.4 TS1M0
Linux for x649.3_M19.49.3 TS1M19.4 TS1M0
Solaris for x649.3_M19.49.3 TS1M19.4 TS1M0
* 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.