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: Ben Pfaff
Subject: PSPP-BUG: [bug #47253] syntax - DECIMAL=COMMA is not honored DATA LIST command
Date: Sat, 27 Feb 2016 23:06:16 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

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

I see the problem and why the patch fixes it.

However, I don't know what SPSS actually does.  The documentation for DATA
LIST LIST doesn't say that SET DECIMAL=COMMA causes commas to be ignored as
separators.  How does SPSS treat the syntax you provided?  If it behaves the
same as PSPP, then I think we should not apply the patch.  Instead, we should
document the behavior and suggest the use of quotation marks; for example, the
following behaves as you probably expect:


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>

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




reply via email to

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