| Date: | Wed, 18 Mar 2009 22:50:10 -0500 |
| Reply-To: | SPSS Support <support@spss.com> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | SPSS Support <support@spss.com> |
| Subject: | Re: CTABLES error (v17) |
|
| In-Reply-To: | A<200903181959.n2IFAcD1022818@malibu.cc.uga.edu> |
| Content-Type: | text/plain; charset="us-ascii" |
Hi Arthur,
I created a data set with your variable names in SPSS 17.0.1 and replicated the effects that you described for the two ctables commands. I have not found a history or bug report of this problem, but will investigate further. The error message that I received was "spss engine has encountered a problem and needs to close".
Depending on the nature of the Total variable in your file, the following syntax may give you what you want and does not crash the program.
CTABLES
/TABLE age_bk2 [C][COUNT F40.0] BY source + source > s3
/CATEGORIES VARIABLES=age_bk2 source TOTAL=YES POSITION=BEFORE.
David Matheson
SPSS Statistical Support
-----Original Message-----
From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU] On Behalf Of Arthur
Sent: Wednesday, March 18, 2009 2:59 PM
To: SPSSX-L@LISTSERV.UGA.EDU
Subject: CTABLES error (v17)
Hi,
I'm having trouble understanding why this works:
ctable /table total [c] + AGE_BK2 [c] by total [c] + source [c] + source [c] .
but this crashes SPSS v17.
ctable /table total [c] + AGE_BK2 [c] by total [c] + source [c] + source [c]
> s3 [c] .
Error Report:
AppName:spssengine.exe
ModVer: 8.0.50727.1433
AppVer: 17.01.80
ModName: msvcr80.dll
Offset:00008923
Any help is appreciated.
Arthur
=====================
To manage your subscription to SPSSX-L, send a message to
LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
=====================
To manage your subscription to SPSSX-L, send a message to
LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
|