Example: Input from Active Dataset (CLUSTER command)
GET FILE=CLUSMTX.
CLUSTER
/ID=CITY
/MATRIX=IN(*).
- This example starts a new session and reads an existing
matrix data file.
GETretrieves the matrix data file CLUSMTX. -
MATRIX=INspecifies an asterisk because the matrix data file is the active dataset. IfMATRIX=IN(CLUSMTX)is specified, the program issues an error message. - If the
GETcommand is omitted, the program issues an error message.