Chapter Contents |
Previous |
Next |
CHARCODE |
Valid in: | configuration file, SAS invocation, OPTIONS statement, Systems Options window |
Category: | Environment control: Display |
PROC OPTIONS GROUP= | ENVDISPLAY |
Syntax | |
Syntax Description | |
Details | |
Examples |
Syntax |
CHARCODE | NOCHARCODE |
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:
To create: | Use: |
backquote (`) | ?: |
backslash (\) | ?, |
left brace ({) | ?( |
right brace (}) | ?) |
logical not sign (¬ or ^) | ?= |
left square bracket ([) | ?< |
right square bracket (]) | ?> |
underscore (_) | ?- |
vertical bar (|) | ?/ |
Examples |
This statement produces the output [TEST TITLE]:
title '?<TEST TITLE?>';
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.