The INENCODING= option
is used to read SAS data sets in the SAS library. The OUTENCODING=
option is used to write SAS data sets in the SAS library.
The INENCODING= or the
OUTENCODING= value is written to the SAS log when you use the LIST
argument.
INENCODING= and OUTENCODING=
are most appropriate when using an existing library that contains
mixed encodings. To read a library that contains mixed encodings,
you can set INENCODING= to ASCIIANY or EBCDICANY. To write a separate
data set, you can use OUTENCODING= to specify a specific encoding,
which is applied to the data set when it is created.