pspp-users
[Top][All Lists]
Advanced

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

RE: Ubuntu PSPP and GET DATA problem


From: Igor Rynkovoy
Subject: RE: Ubuntu PSPP and GET DATA problem
Date: Thu, 19 Sep 2013 12:32:05 +0300

Thank you. Something strange was with PSPP installed through "apt-get
install pspp".

I installed latest PSPP version manualy and now it works.

The path is right. We start processing script from PHP using "shell_exec",
so I have to specify full path.

Thank you very much for your help!

--
Igor Rynkovoy  | Project Manager
PROVECTUS IT, INC  |address@hidden

2/4 Observatorny Lane | Odessa | Ukraine |
+380 50 3439015 (mobile)
Skype: irynkovoy
http://www.provectus-it.com


-----Original Message-----
From: Bastián Díaz [mailto:address@hidden 
Sent: Thursday, September 19, 2013 11:04 AM
To: Igor Rynkovoy; John Darrington
Cc: address@hidden
Subject: Re: Ubuntu PSPP and GET DATA problem

Igor, I tried using PSPP in Ubuntu 12.04 and have had no problems with the
syntax file you sent earlier.

First use the package that is installed by default in Ubuntu (PSPP 0.7.9)
and then use a daily snapshot (PSPP 0.8.0).

I tried both copying the syntax from the source file and pasting it into the
PSPP syntax editor or directly open the file. (also using PSPP in the
console).
Maybe your problem is because you did not change the location of the input
file and the output file in the syntax. Please try again by changing line 2
(GET DATA) and line 610 (SAVE OUTFILE) your syntax file and run.

> GET DATA /TYPE=TXT /FILE='/LOCATION/INPUT/FILE/180913_231238_61_data.ext'
/DELIMITERS='|'

> SAVE OUTFILE="/LOCATION/OUTPUT/FILE/180913_231238_61.sav".

Attached output file I got to run the syntax.

Regards


--
Bastián Díaz




reply via email to

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