Alan Mead <am...@alanmead.org> writes: > I thought PSPP was syntax compatible with SPSS, is that correct? I > have some simple code that is not compatible: > > compute z = sum( x1, > x2, > x3). > execute.
Your file is written using interactive syntax, but PSPP assumes that batch syntax by default. One way to get PSPP to assume interactive syntax would be to redirect from the syntax file, e.g. pspp < myfile -- Ben Pfaff http://benpfaff.org _______________________________________________ Pspp-users mailing list Pspp-users@gnu.org http://lists.gnu.org/mailman/listinfo/pspp-users