Re: csv export gives permissions denied

2017-11-03 Thread Fre Feys
Hello Alexander, can you give an example of a working syntax with a full filename? Thank you! Fred > On 3 Nov 2017, at 12:34, Alexander Suhm wrote: > > Hi Frederik, > > this is because PSPP is trying to write into the program folder. > So you will have to use a full filename from your HD dri

Re: csv export gives permissions denied

2017-11-03 Thread Alexander Suhm
Hi Frederik, this is because PSPP is trying to write into the program folder. So you will have to use a full filename from your HD drive. Viele Grüße/Kind regards Alexander Suhm Dr. Alexander Suhm Hohenzollernstraße 113 80796 München m: +49 163 4213150 e: alexander.s.

Re: csv export gives permissions denied

2017-11-03 Thread Frans Houweling
Hi,   have you tried quoting the filename like ="data.csv" ? frans On 11/03/2017 02:24 PM, John Darrington wrote: The error message seems abundantly clear to me. It says that you do not have permission to write that file. J' On Fri, Nov 03, 2017 at 12:20:14PM +0100, Fre Feys wrote: Hi a

Re: csv export gives permissions denied

2017-11-03 Thread John Darrington
The error message seems abundantly clear to me. It says that you do not have permission to write that file. J' On Fri, Nov 03, 2017 at 12:20:14PM +0100, Fre Feys wrote: Hi all SAVE TRANSLATE /OUTFILE=data.csv /TYPE=CSV gives me a ???permission