Date: Thu, 21 Sep 2006 14:48:47 -0400
Reply-To: Sean McKenzie <mckenzie_sean@hotmail.com>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Sean McKenzie <mckenzie_sean@hotmail.com>
Subject: Dyslexic SPSS...
Content-Type: text/plain; format=flowed
The below code actually runs and does what it is suppose to do. When it it
is running the SPSS Processor says Running SAVE TRANSALTE.
Of course it should be: SAVE TRANSLATE
What is going on?
SAVE TRANSALTE /OUTFILE= 'h:\childcare\smckenzie\spss\outtest.xls'
/REPLACE
/TYPE=XLS
/VERSION=8
/FIELDNAMES
/KEEP= ALL.
EXECUTE.
|