Example (ONEWAY command)
GET FILE=ONEMTX.
ONEWAY WELL BY EDUC6
/MATRIX=IN(*).
- The
GET
command retrieves the matrix data file ONEMTX. -
MATRIX=IN
specifies 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
GET
command is omitted, the program issues an error message.