Example (ONEWAY command)
GET FILE=GSS80.
ONEWAY WELL BY EDUC6
/MATRIX=OUT(*).
LIST.
-
ONEWAYwrites the same matrix as in the example above. However, the matrix data file replaces the active dataset. TheLISTcommand is executed on the matrix file, not on the GSS80 file.