Date: Mon, 27 Nov 2006 20:56:28 -0800
Reply-To: Hal 9000 <9000.hal@gmail.com>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Hal 9000 <9000.hal@gmail.com>
Subject: Re: creating score reports from SPSS data
In-Reply-To: <6B81933967004941A51072426F90D4F108D9C8BD@ITUPROD-EXCL1.UniNet.unisa.edu.au>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Judith, excellent! I can't believe this procedure escaped my attention. I'll
be using this for certain types of error reports :)
(Enis, this looks like the way)
-Gary
On 11/27/06, Judith Saebel <Judith.Saebel@unisa.edu.au> wrote:
>
> I think I'd use the print command, i.e.:
>
>
> print records = 5
> /1 'Student ID: ' student_ID
> /2 'Class ID: ' Class_ID
> /3 'Total Score:' total_score
> /4 'Gender: ' gender
> /5 ' '
> execute.
>
> [The fifth line is to insert a blank line between the individual
> students' data.]
>
> Then I'd copy the output into a word document.
>
> HTH,
>
> Judith
>
>
> -----Original Message-----
> From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU] On Behalf Of
> Dogan, Enis
> Sent: Tuesday, 28 November 2006 14:36
> To: SPSSX-L@LISTSERV.UGA.EDU
> Subject: creating score reports from SPSS data
>
>
> Dear all
> I am trying to put together individual score reports (in Word or Excel)
> using data stored in SPSS.
> So my question is how can i go from here (in SPSS):
>
> Class_ID student_ID total_score irrelevant_variable gender
> 1 113 12 99
> 1
> 1 118 17 99
> 2
>
> To here (in word or excel):
>
> Student ID: 113
> Class ID: 1
> Total score: 12
> Gender: 1
>
>
> Student ID: 118
> Class ID: 1
> Total score: 17
> Gender: 2
>
> thank you
>
> Enis
>
|