| SAS System Options |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
| Category: | Environment control: Display |
| PROC OPTIONS GROUP= | ENVDISPLAY |
| Syntax | |
| Syntax Description | |
| Details | |
| Examples |
Syntax |
| CHARCODE | NOCHARCODE |
allows certain character combinations to be substituted for special characters that might not be on your keyboard.
does not allow substitutions for certain keyboard characters.
| Details |
If you do not have the following symbols on your keyboard, you can use these character combinations to create the symbols that you need when CHARCODE is active:
| Examples |
This statement produces the output [TEST TITLE]:
title '?<TEST TITLE?>';
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.