Usage Note 17841: Extraneous characters appear for catalog entry descriptions when using
PROC CIMPORT
When using PROC CIMPORT with a transport file that contains a catalog
containing single-byte or single-byte and double-byte characters such as
HANKAKU-KATAKANA, you may see extraneous characters in the description
fields of the recreated catalogs.
This occurs under MVS in the Japanese LOCALE. Running SAS® in KATAKANA
mode (DBCSLANG=KATAKANA) should allow both single-byte Katakana and DBCS
characters to appear.
Set the DBCSLANG= option to KATAKANA (DBCSLANG=KATAKANA) and try to
import the file again with PROC CIMPORT.
If the problem persists, and you want to try an additional workaround,
recreate the transport file with the OUTTYPE option of PCIBM. If the
OUTTYPE=PCIBM option is used when creating the CPORT file, you may see
proper description fields after using PROC CIMPORT to convert the
catalog.
The code below illustrates how to do this.
proc cport lib=in file=sascat intype=ibm outtype=pcibm;
run;
Apply the hot fix if you continue to experience a problem.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.1 TS1M3 | |
*
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: | SAS Reference ==> Procedures ==> CIMPORT
|
Date Modified: | 2007-08-23 11:58:42 |
Date Created: | 2006-06-08 19:09:37 |