Previous Page | Next Page

Options for Commands, Statements, and Procedures for NLS

TRANTAB= Option



Specifies the translation table to use when you are transcoding character data in a SAS file for the appropriate output file.
Valid in: ODS MARKUP statement and ODS RTF statement
Category: ODS: Third-Party Formatted

Syntax
Options
Details
See Also

Syntax

TRANTAB = (translation-table)

Note:   

Translation tables were introduced in SAS 6 to support the requirements of national languages. SAS 8.2 introduced the LOCALE= system option as an improvement on direct use of translation tables. SAS 9.1 supports the TRANTAB= option for backward compatibility. However, using the LOCALE= system option is preferred in later SAS releases.  [cautionend]


Options

translation-table

specifies the translation table to use for the output file. The translation table is an encoding method that maps characters (letters, logograms, digits, punctuation, symbols, control characters, and so on) in the character set to numeric values. An example of a translation table is one that converts characters from EBCDIC to ASCII-ISO. The table-name can be any translation table that SAS provides, or any user-defined translation table. The value must be the name of a SAS catalog entry in either the SASUSER.PROFILE catalog or the SASHELP.HOST catalog.


Details

Note:   For SAS 9.1, using the TRANTAB = option in the ODS MARKUP is supported for backward compatibility. For specifying encoding, the LOCALE= system option is preferred.  [cautionend]


See Also

Conceptual Information:

Transcoding and Translation Tables

Locale for NLS

System Options:

TRANTAB= System Option

LOCALE System Option

Procedures:

The TRANTAB Procedure

Statements:

ODS MARKUP in SAS Output Delivery System: User's Guide

ODS RTF in SAS Output Delivery System: User's Guide

Previous Page | Next Page | Top of Page