Previous Page | Next Page

Options for Commands, Statements, and Procedures for NLS

ODSTRANTAB= Option



Specifies the translation table to use when transcoding an XML document for an output file.
Valid in: the LIBNAME statement for the XML engine
Category: Data Access

Syntax
Options
Details
See Also

Syntax

TRANTAB ='translation-table'


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

For SAS 9.2, using the ODSTRANTAB= option in the LIBNAME statement for the XML Engine is supported for backward compatibility. The preferred method for specifying an encoding is to use the LOCALE= system option.


See Also

Conceptual Information:

Transcoding and Translation Tables

Conceptual discussion of Locale for NLS

System Options:

TRANTAB= System Option

LOCALE System Option

Procedures:

The TRANTAB Procedure

Statements:

LIBNAME XML in SAS XML LIBNAME Engine: User's Guide

Previous Page | Next Page | Top of Page