If you use
SAS/SHARE
in a mixed-encoding environment (for example,
SAS/SHARE client sessions
using incompatible encodings such as Latin1 and Latin2), you can set
the following options:
-
in the
SAS/SHARE server session,
set the SAS system option ENCODING=EBCDICANY or ENCODING=ASCIIANY
-
in the
SAS/SHARE client session,
set the RENCODING= option in the LIBNAME statement(s) under these
conditions:
-
a client session that uses an ASCII-based
encoding accesses an EBCDICANY server
-
a client session that uses an EBCDIC-
based encoding accesses an ASCIIANY server.
The RENCODING= option
enables
SAS/SHARE clients to specify which encoding to assume the
server's data is in when transcoding to or from the client session
encoding.
For SAS 9 and 9.2, if
you are processing data in a
SAS/SHARE client/server session from
more than one SBCS or DBCS encoding, you are advised to use the UTF8
encoding. For more information about Unicode servers that run the
UTF8 session encoding, go to
http://rnd.sas.com/sites/i18n/i18ndocs/i18nsupport/Pages/SAS%20Technical%20Papers.aspx
and search for
SAS 9.1.3 Service Pack 4 in a
Unicode Environment and
Processing
Multilingual Data with the SAS® 9.2 Unicode Server.