DOWNLOAD Procedure

TRANTAB Statement

Specifies the translation table to use when translating character data for a download from the server to the client.
Restriction: You can specify only one translation table per TRANTAB statement. To specify additional translation tables, use additional TRANTAB statements.
Requirement: To use the TRANTAB statement, you must specify the INCAT= and OUTCAT= options in the PROC DOWNLOAD statement.
See: SAS National Language Support (NLS): Reference Guide

Syntax

TRANTAB NAME=translation-table-name
<option(s)>;