Automatic Macro Variables |
Contains the name of the SAS session encoding.
Type: |
Automatic macro variable (ready only)
|
SYSENCODING displays
the name with a maximum length of
12 bytes.
The following statement displays the encoding for the SAS session:
%put The encoding for this SAS session is: &sysencoding;
When this statement executes, the following comment is written to the
SAS log:
The encoding for this SAS session is: wlatin1
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.