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

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

PSPP-BUG: [bug #17419] COUNT doesn't create second variable specified


From: Ben Pfaff
Subject: PSPP-BUG: [bug #17419] COUNT doesn't create second variable specified
Date: Sun, 13 Aug 2006 18:15:06 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060406 Firefox/1.5.0.4 (Debian-1.5.dfsg+1.5.0.4-1)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=17419>

                 Summary: COUNT doesn't create second variable specified
                 Project: PSPP
            Submitted by: blp
            Submitted on: Sunday 08/13/06 at 18:15
                Category: Syntax Parser
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

The following commands:

DATA LIST NOTABLE /X1 TO X5 1-10.
BEGIN DATA.
 1-120  13
20-3-54220
1520-6-314
END DATA.
MISSING VALUES X1 TO X5 (LO THRU 0).
COUNT Y1=X1 TO X5(SYSMIS) /Y2=X1 TO X5(20).
FORMATS Y1 Y2 (F2).
LIST.

result in the following error from PSPP in CVS:

test.pspp:10: error: FORMATS: `(' expected after variable list.

Inserting DISPLAY DICTIONARY below COUNT shows that Y2 is not added to the
dictionary.

(Reported Joseph Saint Pierre <address@hidden>, although his
report shows an assertion failure at count:399.)



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
josephsaintpierre<address@hidden> | upstream bug reporter




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=17419>

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





reply via email to

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