[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: BUG
From: |
Ben Pfaff |
Subject: |
Re: PSPP-BUG: BUG |
Date: |
Mon, 30 Apr 2007 21:48:48 -0700 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
"Fernando (IQ SOLUTIONS)" <address@hidden> writes:
> I think I've discovered a bug in pspp.
Yes, I can confirm that this is a bug. It looks like CROSSTABS
is not properly prepared to handle long string variables.
You can work around the problem by using only the short string
part of your string variable. That is, change this:
data list /sexo 1-9(a) score 11-12 price 13-14.
to:
data list /sexo 1-8(a) score 11-12 price 13-14.
and then it should work.
I'll put this on my list of things to fix.
--
Ben Pfaff
http://benpfaff.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: PSPP-BUG: BUG,
Ben Pfaff <=