OUTPUT SAVE error

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

OUTPUT SAVE error

drfg2008
when I try to save the ouput from syntax, SPSS produces an error message:

OUTPUT SAVE NAME=Dokument18
 OUTFILE='C:\<path>\a14-06-2011.spv'
 LOCK=NO.

Warnungen
Ausgabedokument NAME='Dokument18' ist nicht vorhanden.
Dieser Befehl wird nicht ausgeführt.


"ist nicht vorhanden" -> does not exist

Dr. Frank Gaeth

Reply | Threaded
Open this post in threaded view
|

Re: OUTPUT SAVE error

Jon K Peck
The message is telling you that there is  no Viewer window named Dokument18.

You can assign a name with OUTPUT NAME, or you can refer to the currently active Viewer window with NAME=*.

Jon Peck
Senior Software Engineer, IBM
[hidden email]
new phone: 720-342-5621




From:        drfg2008 <[hidden email]>
To:        [hidden email]
Date:        06/14/2011 04:58 AM
Subject:        [SPSSX-L] OUTPUT SAVE error
Sent by:        "SPSSX(r) Discussion" <[hidden email]>




when I try to save the ouput from syntax, SPSS produces an error message:

OUTPUT SAVE NAME=Dokument18
OUTFILE='C:\<path>\a14-06-2011.spv'
LOCK=NO.

Warnungen
Ausgabedokument NAME='Dokument18' ist nicht vorhanden.
Dieser Befehl wird nicht ausgeführt.


"ist nicht vorhanden" -> does not exist



-----
Dr. Frank Gaeth
FU-Berlin

--
View this message in context:
http://spssx-discussion.1045642.n5.nabble.com/OUTPUT-SAVE-error-tp4487440p4487440.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (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

Reply | Threaded
Open this post in threaded view
|

Re: OUTPUT SAVE error

drfg2008
OUTPUT SAVE NAME=*

that's the magic formula. Thank you.
Dr. Frank Gaeth