Arguments for Character Transcoding

The following arguments enable you to specify a character set or convert character data to the corresponding Unicode Numeric Character Reference (NCR).
CHARSET=char-set-name
specifies the character set name that will be written into the META tag of the HTML output file. For information about available character set names, see http://www.iana.org/assignments/character-sets.
Used by:DS2TREE, DS2CONST
TRANLIST=transcoding-list-name
specifies the name and location of an existing transcoding list, either user-defined or from SAS. The transcoding list name must be a four-level name, and the fourth level must be SLIST, as in the following example:
TRANLIST=SASHELP.HTMLGEN.IDENTITY.SLIST
This argument is required if you are implementing character transcoding.
SAS provides a number of transcoding lists in the SASHELP.HTMLNLS catalog. For a description of these transcoding lists, and for information about generating your own transcoding lists, see the SAS Web site at http://support.sas.com/rnd/web/intrnet/format/lang2.html.
Used by:DS2TREE, DS2CONST