[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is this a known defect?
From: |
Ben Pfaff |
Subject: |
Re: Is this a known defect? |
Date: |
Thu, 22 Jan 2009 12:25:20 -0800 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Alan Mead <address@hidden> 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