Translate tables are
generally used for DBCS conversion with
SAS/CONNECT software, PROC
CPORT and PROC CIMPORT, and the DATA step function, KCVT. The TRANTAB=
option might be used to specify DBCS translate tables. For SAS release
8.2 and earlier versions, the ninth argument was formerly used to
specify the DBCS system table. However, for SAS 9 and later versions,
instead of using the ninth argument, the SAS system uses a system
table that is contained in a loadable module. Japanese, Korean, Chinese,
and Taiwanese are acceptable for the systab name. The tenth argument
specifies the DBCS user table:
options trantab=(,,,,,,,,systab); /* ninth argument */