XMLENCODING= Option

Overrides the encoding of an XML document to import or export an external document.
Valid in: LIBNAME statement for the XML engine
Category: Data Access

Syntax

XMLENCODING= 'encoding-value'

Details

The LIBNAME statement for the XML engine, associates a SAS libref with an XML document to import or export an external document.

Comparisons

Options
encoding-value
specifies the encoding to use when you read, write, copy, or save an external file. The value for XMLENCODING= indicates that the external file has a different encoding from the current session encoding.
The default for encoding-value is the current session encoding.

See Also

Statements:
SAS XML LIBNAME Engine: User's Guide