| Automatic Macro Variables |
| Type: | Automatic macro variable (ready only) |
| Details | |
| Example | |
| Using SYSENCODING to Display the SAS Session Encoding | |
| Details |
SYSENCODING displays the name with a maximum length of 12 bytes.
| Example |
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.