Extend Support for Double-Byte Characters in Table and Variable Names

If your locale contains national characters or multi-byte characters, you can extend naming convention support for tables that have a table name or that contain variable names with double-byte characters. After you extend support, you can register these tables in the Tables category in SAS Model Manager. (Select Datathen select Tables.) You can view these tables and use them to create summary tables. Tables with extended support for double-byte characters can also be used in models, model projects, and model portfolios, as well as in their associated tasks.
To enable support for these types of tables:
  1. Add the following lines to the autoexec_usermods.sas file.
    options validmemname=extend;
    options validvarname=any;
    For Windows environments, this file is located in the \SAS-configuration-directory\Levn\SASApp\WorkspaceServer\ directory.
    For UNIX environments, this file is located in the /SAS-configuration-directory/Levn/SASApp/WorkspaceServer/ directory.
  2. Set the Valid Variable Name Options setting to Yes in SAS Management Console. For more information, see Valid Variable Name Options.
Note: Although the VALIDMEMNAME=EXTEND and VALIDVARNAME=ANY system options extend support for double-byte characters, blanks, and special characters, SAS Model Manager does not fully support these options. Special characters and blanks in table names or variable names are not supported.

See Also

Register and Add New Tables in SAS Model Manager: User’s Guide
VALIDMEMNAME= System Option in SAS System Options: Reference
VALIDVARNAME= System Option in SAS System Options: Reference
Last updated: June 8, 2017