
Function Description
TEXTCONT Continues a text string. For more information, see
“TEXTCONT Function” on page 1024.
Using Variables as Arguments
The function parameters are either numeric or character. Numeric parameters can be
numeric constants or numeric column names associated with your data. Similarly,
character parameters can be character column names.
When you specify variable column names for parameters, the DATA step for the
annotation data set must read the observations from your data. This enables you to plot a
series of labels, arrows, or other annotation based on the values in the data. See
“Example 3: Create Custom Labels” on page 1029 ...