pspp-dev
[Top][All Lists]
Advanced

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

Re: please help by running some syntax under SPSS


From: Bastián Díaz
Subject: Re: please help by running some syntax under SPSS
Date: Mon, 26 Aug 2013 03:51:52 -0700 (PDT)


In contrast to Paul, I had no problems running the Syntax in SPSSv21, and the trial version SPSSv22.

Attachment SAV file and output file in HTML.
 
--
Bastián Díaz


De: Paul Vella <address@hidden>
Para: Ben Pfaff <address@hidden>
CC: address@hidden; address@hidden
Enviado: Lunes, 26 de agosto, 2013 2:07:58
Asunto: Re: please help by running some syntax under SPSS

Hi Ben, these are the error messages I get when running this syntax in SPSS v20:


On 26 August 2013 16:01, Ben Pfaff <address@hidden> wrote:
I'm not exactly sure of the format used in system files for the VARIABLE
ROLE command.  It would be very helpful for anyone with access to SPSS
to run the following syntax and send me the resulting .sav file.

Thanks,

Ben.

----------------------------------------------------------------------

DATA LIST FREE/x i t b n p s.
VAR ROLE
    /INPUT i
    /TARGET t
    /BOTH b
    /NONE n
    /PARTITION p
    /SPLIT s.
BEGIN DATA.
0 1 2 3 4 5 6
END DATA.
DISPLAY DICT.
SAVE OUTFILE="role.sav".

_______________________________________________
Pspp-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/pspp-users



--
Dr. Paul Vella, BBus (Hons), PhD
Consultant/ Senior Analyst - Lewers Research
Email: address@hidden

_______________________________________________
Pspp-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/pspp-users


Attachment: SPSS21_test.zip
Description: Zip archive


reply via email to

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