I'm not exactly sure of the format used in system files for the VARIABLE
ROLE command.  It would be very helpful for anyone with access to SPSS
to run the following syntax and send me the resulting .sav file.

Thanks,

Ben.

----------------------------------------------------------------------

DATA LIST FREE/x i t b n p s.
VAR ROLE
    /INPUT i
    /TARGET t
    /BOTH b
    /NONE n
    /PARTITION p
    /SPLIT s.
BEGIN DATA.
0 1 2 3 4 5 6
END DATA.
DISPLAY DICT.
SAVE OUTFILE="role.sav".

_______________________________________________
pspp-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to