On Fri, Jun 21, 2013 at 09:28:41PM +0000, Matthew Silver wrote:
> Using batch, I am able to run SPSS production jobs, .spj files that
> run several .sps files at once. In order to run a .spj file called
> "%TEMP%" (which I have defined earlier in the batch file) that uses
> data from the file %DATA%, I type
> 
> "C:\Program Files\IBM\SPSS\Statistics\21\stats.exe" %TEMP% -production silent 
> -symbol @datafile %DATA%
> 
> Unfortunately, SPSS is expensive, and I was asked whether I could make
> this batch statement work with PSPP. I tried swapping the .exe
> statement at the beginning with the PSPP equivalent, but that didn't
> work. I also experimented with keeping and omitting combinations of
> the words between %TEMP% and %DATA%, to no avail. Does anyone know the
> specific batch code needed to get a production job running in PSPP?

PSPP doesn't have any code specific to .spj files.  We could add some.
What is in an .spj file?  What is the format?

Thanks,

Ben.

_______________________________________________
Pspp-users mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-users

Reply via email to