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
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev