Date: Thu, 16 Jul 2009 11:19:26 -0700
Reply-To: Keval Khichadia <kkhichadia@yahoo.com>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Keval Khichadia <kkhichadia@yahoo.com>
Subject: Error when running aggregate outfile
Content-Type: multipart/alternative;
Hi,
I have a list of courses and want to count the number of students in each course only for Spring 2008 (2081). I am running the below syntax, but keep getting this error message. Does anyone know why this error is occuring, or another way to write the syntax?
temp.
select if schk_term = '2081'.
aggregate outfile = * mode = addvariables overwrite = yes
/break = call
/EnrollCount = Nu(ID).
An SPSS program error has occurred: A procedure has attempted to delete
variables when that procedure was subject to a TEMPORARY command. The error
was detected in subroutine TGOBD1. Please note the circumstances under which
this error occurred, attempting to replicate it if possible, and then notify
SPSS Technical Support.
This is an error from which SPSS cannot recover.
The SPSS run will terminate now.
Thanks,
Keval
[text/html]
|