FILE Subcommand (MATRIX DATA command)
FILE
specifies
the matrix file containing the data. The default specification is INLINE
, which indicates that the data are
included within the command sequence between the BEGIN DATA
and END DATA
commands.
- If the data are in an external file,
FILE
must specify the file. - If the
FILE
subcommand is omitted, the data must be inline.
Example
MATRIX DATA FILE=RAWMTX /VARIABLES=varlist.
-
FILE
indicates that the data are in the file RAWMTX.