The VARIOGRAM Procedure

COORDINATES Statement

COORDINATES coordinate-variables ;

The following two options give the names of the variables in the DATA= data set that contains the values of the x and y coordinates of the data.

Only one COORDINATES statement is allowed, and it is applied to all the analysis variables. In other words, it is assumed that all the VAR variables have the same x and y coordinates.

XCOORD=(variable-name)
XC=(variable-name)
X=(variable-name)

gives the name of the variable that contains the x coordinate of the data in the DATA= data set.

YCOORD=(variable-name)
YC=(variable-name)
Y=(variable-name)

gives the name of the variable that contains the y coordinate of the data in the DATA= data set.