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

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

PSPP-BUG: [bug #47253] syntax - DECIMAL=COMMA is not honored DATA LIST c


From: Friedrich Beckmann
Subject: PSPP-BUG: [bug #47253] syntax - DECIMAL=COMMA is not honored DATA LIST command
Date: Thu, 25 Feb 2016 10:25:22 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4

URL:
  <http://savannah.gnu.org/bugs/?47253>

                 Summary: syntax - DECIMAL=COMMA is not honored DATA LIST
command
                 Project: PSPP
            Submitted by: beckmanf
            Submitted on: Do 25 Feb 2016 10:25:21 GMT
                Category: Syntax Parser
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

When using a german locale or using explicit SET DECIMAL=COMMA, any 
numbers with a comma as decimal points like 3,5 are not read as decimal
numbers with the DATA LIST command. Instead an error message is produced. 

This bug was discussed in bug #47139 and also a patch was attached. This patch
had some syntax errors, but the idea fixed this bug. I will attach the
corrected patch.

To see the problem use:


SET DECIMAL=COMMA.
DATA LIST LIST /A *.
BEGIN DATA
1
2
3
3,5
3
4
5
6,5
7
END DATA


LIST /FORMAT=NUMBERED.







    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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