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

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

PSPP-BUG: [bug #15704] COUNT command should accept a variable list.


From: John Darrington
Subject: PSPP-BUG: [bug #15704] COUNT command should accept a variable list.
Date: Sat, 11 Feb 2006 10:04:52 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050513 Debian/1.7.8-1

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

                 Summary: COUNT command should accept a variable list.
                 Project: PSPP
            Submitted by: jmd
            Submitted on: Sat 02/11/06 at 10:04
                Category: Syntax Parser
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

COUNT should accept a var_list instead of just a single variable. Eg:

DATA LIST LIST /x (A9).
BEGIN DATA
fred
barney
END DATA.

COMPUTE y=4.

COUNT c=y z (0).

Also, error checking needs to be looked at, because the above example causes
pspp to crash.








    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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