It would be helpful if you would state precisely *which* version you are using. Simply saying "the latest version" is not helpful. Different operating systems package different versions at different times so each has a different idea of what the "latest" is. Use "pspp --version" to find out which version you're actually using.
Also, although you pasted the output from the frequencies command, you did not share with us the input that you used, so it's hard for us to say why it didn't work as you expected. Normally the "count" (ie: the number of cases with the given value) appears in the column labeled "Frequency". In the output you posted all frequencies (counts) are zero. So if this is not what you expected, then perhaps there is something wrong with the way you entered the data. I'm using pspp version 1.2.0, and the syntax below seems to work fine for me. I suggest that you start from there and see how you go. PS: Please read chapter 20 of the manual for tips on providing useful bug reports. data list notable list /x *. begin data. 1 1 1 2 2 2 3 3 5 5 5 5 5 5 5 end data. frequencies /variables=x /format=table. On Fri, Apr 19, 2019 at 12:20:22PM +0100, Michele Mor wrote: I have installed the latest release from sourceforge on windows and the latest package using dfn in Fedora 29. Both had the same issue. I'm going away for few days, but I'll try to install a different version in windows when I'm back. I am a bit surprised that such a problem could creep up in a release version, since it's something very basic and that everyone does. _______________________________________________ Pspp-users mailing list Pspp-users@gnu.org https://lists.gnu.org/mailman/listinfo/pspp-users