
NAME=“text-string”
assigns a name to a plot statement.
Required Arguments
X=numeric-value | numeric-variable
specifies the X coordinate of a point.
Notes
Values are in the units of the data.
If the value specified for the X= option is outside of the data range, then the
data range is extended to include the specified point. This behavior can be
changed with the CLIP= option.
If you specify a variable, and the variable contains any missing values, no
line is drawn for the respective observation.
Y=numeric-value | numeric-variable
specifies the Y coordinate of a point.
Notes
Values are in the units of the data.
If the value specified for the Y= option is outside ...