bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #42086] "DATASET COPY" don't copy cases


From: John Darrington
Subject: PSPP-BUG: [bug #42086] "DATASET COPY" don't copy cases
Date: Sat, 30 Jan 2016 20:06:14 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #1, bug #42086 (project pspp):

Frans Howelling also reported this:

DATA LIST LIST /area (F1.0) price (F12.0).
BEGIN DATA
4    1805
1    1945
4    1412
END DATA.
DATASET COPY WORK_A.
DATASET ACTIVATE WORK_A.
AGGREGATE OUTFILE = * /BREAK = area /price = MEAN(price).
DATASET NAME OTHER_1.
DATASET DISPLAY.
DATASET ACTIVATE WORK_A.


In SPSS:
- after the DATASET COPY command I see 2 files: *Untitled[] (active)
and *Untitled[WORK_A]
- after next command (DATASET ACTIVATE) I see *Untitled[WORK_A] (active)
- after AGGREGATE I see *Untitled[WORK_A] and *Untitled[] (active)
- after DATASET NAME I see *Untitled[WORK_A] and *Untitled[OTHER_1] (active)
while PSPP has only 1 file left at this point.
I tried PSPPIRE to follow the steps, but it I guess it doesn't honor
the DATASET COPY command.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42086>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]