Annotate Dictionary |
Type: | character |
Length: | up to 200 |
Default: | blank string |
Syntax | |
Functions | |
Details |
Syntax |
TEXT='text-string' | 'special-symbol'; |
specifies the text that is used as a label (LABEL or COMMENT function) or symbol (SYMBOL function). The maximum length for text-string is 200 characters.
specifies the name of a symbol from the special symbol table that is illustrated in Special Symbols for Plotting Data Points. The maximum length for special-symbol is eight characters.
Functions |
You can use the TEXT variable with these functions:
COMMENT | LABEL | SYMBOL |
Details |
Define the TEXT variable with sufficient length to contain all of the characters in your text string. If you need longer strings, use separate observations and POSITION='0' to continue the text.
Use a LENGTH statement to set the length of the TEXT variable if the length of a text string is longer than one character.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.