A VALUE statement within
the DISCRETEATTRMAP block associates graphical properties to with
a discrete value in the attribute map. To associate graphical properties
with multiple values, specify multiple VALUE statements in the attribute
map, using the following general syntax for each of the statements:
If the discrete attribute
map is referenced by a plot statement in the template, the graphical
properties that are defined in the VALUE statements are used in the
plot. If a discrete legend is generated for the plot, the graphical
properties are represented in that legend.
If a discrete attribute
map is referenced directly in a DISCRETELEGEND statement, the graphical
properties that are defined in the VALUE statement are mapped directly
to the legend and are independent of the values in the data. For
more information and an example, see the
Statement Summary.
If two or more VALUE
statements define attributes to associate with the same classification
values, the last VALUE statement's settings are used.
By default when comparing
a column's value to a string that is specified for the VALUE statement's
value-spec,
-
the column value is formatted to
a string, using the format that is defined for the column or the default
format if no format has been define for the column
-
leading spaces are trimmed from
the string that is specified in the VALUE statement
-
a case-sensitive comparison is
performed between the column string and the VALUE string.
To change the default
behavior for the comparison, you can use the DISCRETEATTRMAP statement’s
TRIMLEADING= and
IGNORECASE= options.