bugPSPP - Bugs: bug #17419, COUNT doesn't create second...

 
 

bug #17419: COUNT doesn't create second variable specified

Submitter:  Ben Pfaff <blp>
Submitted:  Mon 14 Aug 2006 01:15:05 AM UTC
   
 
Category:  Syntax Parser Severity:  5 - Average
Status:  Fixed Assigned to:  None
Open/Closed:  Closed Release:  Before 0.6.0
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 01 Dec 2006 06:57:09 AM UTC, comment #1: 

This works now.  Although I'm not sure what changed in the meantime, both variables are now added to the dictionary.  So I'm closing the bug.

Ben Pfaff <blp>
Group administrator
Mon 14 Aug 2006 01:15:05 AM UTC, original submission:  

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 <Joseph.Saint-Pierre@cict.fr>, although his report shows an assertion failure at count:399.)

Ben Pfaff <blp>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by blp (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2006-12-01 blp StatusNone Fixed
        Open/ClosedOpen Closed
    2006-08-14 blp ReleaseNone Before 0.6.0
    2006-08-14 blp Carbon-Copy- Added josephsaintpierre<joseph.saint-pierre@cict.fr>

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code