To specify DBCS, use the following SAS system options:
recognizes DBCS characters
specifies the DBCS
encoding method type
Example of a SAS configuration file for Windows:
/*basic DBCS options */
-dbcs /*Recognizes DBCS*/
-dbcstype PCMS /*Specifies the PCMS encoding method*/
-dbcslang JAPANESE; /*specifies the Japanese language */