[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #30684] Crash. (cause unknown)
From: |
Michel Boaventura |
Subject: |
PSPP-BUG: [bug #30684] Crash. (cause unknown) |
Date: |
Sat, 04 Sep 2010 00:39:25 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100903 Gentoo Firefox/3.6.8 |
Follow-up Comment #1, bug #30684 (project pspp):
Aparently, LIST command isn't working if the file is splitted with an alpha
variable. This syntax works:
DATA LIST LIST /TREAT(F1) ID(F1).
BEGIN DATA
1 1
END DATA.
SPLIT FILE SEPARATE BY TREAT.
LIST ID.
But this crashes pspp
DATA LIST LIST /TREAT(A1) ID(F1).
BEGIN DATA
1 1
END DATA.
SPLIT FILE SEPARATE BY TREAT.
LIST ID.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30684>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #30684] Crash. (cause unknown),
Michel Boaventura <=