pspp-dev
[Top][All Lists]
Advanced

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

syntax failure


From: Michel Boaventura
Subject: syntax failure
Date: Sun, 23 May 2010 02:48:07 -0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

Hello,

The bellow syntax, from npar-sign, is behaving in a strange way.

For instance, if I run: pspp syntax.sps, I get:

test.sps:10: aviso: (colunas 1-0, F campo)Número seguido por lixo. (warning,number followed by garbage) test.sps:10: aviso: (colunas 6-5, F campo)Número seguido por lixo. (warning,number followed by garbage)

The default locale on my GNU/Linux is pt_BR.utf8. If I change it to only pt_BR or remove the
"set format = F9.3", everything works fine.

syntax:

set format = F9.3.

data list notable list /age * height rank *.
begin data.
10 12 11
12 13 13
13 14 12
12 12 10
9   9 10
10.3 10.2 12
end data.

Regards,

Michel




reply via email to

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