Example (ONEWAY command)
GET FILE=ONEMTX.
ONEWAY WELL BY EDUC6
/MATRIX=IN(*).
- The
GETcommand retrieves the matrix data file ONEMTX. -
MATRIX=INspecifies an asterisk because the active dataset is the matrix data file ONEMTX. IfMATRIX=IN(ONEMTX)is specified, the program issues an error message, since ONEMTX is already open. - If the
GETcommand is omitted, the program issues an error message.