Hi Joe
If you have the syntax edit screen opened there is a file button and when
opened you find a "save as". The file you saved can be used in the terminal
mode and with PSPP.
Furthermore you will find a pspp.jnl journal file which also includes all
your commands. This can be very helpfull for
I'll try both those suggestions. The main reason I want to script my
processes is that I need to apply the same meta data (Variable and value
labels) to different files.If there is a way to save the file layout
then I can do everything in PSPPIRE.
On Tue, Aug 4, 2015 at 1:11 AM, Harry Thij
>
> Hello-
>
> I'm a big time NB, so please bear with me.
>
> When running PSPP in terminal mode on windows the first character of the
> executed line carries forward to the following line. I can't seem to get
> around this
>
> Examples:
>
> PSPP> GET DATA
> G
>
> PSPP> DATA LIST LIST
> D
>
> if I