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