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,
FILEmust specify the file. - If the
FILEsubcommand is omitted, the data must be inline.
Example
MATRIX DATA FILE=RAWMTX /VARIABLES=varlist.
-
FILEindicates that the data are in the file RAWMTX.