Problem with DO-REPEAT

2013-08-06 Thread aitmeus2
Hi, i'm trying to append yearly datafiles for some countries using dhe DO REPEAT-command. Unfortunately i cant figure out how to do it. DO REPEAT country = at be bg ch cy cz dk ee es fi fr gr hu ie is it lu lv mt nl no pl pt ro se si sk uk. GET /FILE= country2008_y.sav. ADD FILES /FILE= countr

Re: Problem with DO-REPEAT

2013-08-06 Thread John Darrington
I don't know if it's possible to actually construct the filename the way you're trying to do it. But you can certainly concatenate all the files, like this. GET FILE='at.sav'. DO REPEAT country = be.sav bg.sav ch.sav. ADD FILES /FILE=* /FILE=country . END REPEAT. save outfile='allcountries.sa

Re: Importing quanvert file format .pkd to PSPP

2013-08-06 Thread John Darrington
If you think the FSF should consider PSPP a 'high priority' project, please write to campai...@fsf.org and tell them. Collecting donations has been considered before, but there are issues to consider such as currency exchange, liability and trust. If you have a specific feature that you want im