Date: Thu, 18 Dec 2008 17:10:59 +0000
Reply-To: J Sutar <jsutar@gmail.com>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: J Sutar <jsutar@gmail.com>
In-Reply-To: <E3E20F80689881429D0021DCA515EF530209E9D7@host.lodgenet.com>
Content-Type: text/plain; charset=ISO-8859-1
It's not entirely clear to me how/why your getting this message.
Previously in v15 if you had a file open and you opened up the same file
again, you could do this without any warning message, it would simply pick
up the last saved version of that file.
However if you do this in version 17 you get warning message.
Open a new instance of spss17 and step through the commands below.
*no warning should appear*.
GET FILE='C:\Program Files\SPSSInc\Statistics17\Samples\English\employee
data.sav'.
*warning should appear as you already have the data open*.
GET FILE='C:\Program Files\SPSSInc\Statistics17\Samples\English\employee
data.sav'.
*fix*.
DATASET CLOSE ALL.
NEW FILE.
GET FILE='C:\Program Files\SPSSInc\Statistics17\Samples\English\employee
data.sav'.
HTH,
Jigs
2008/12/18 Marks, Jim <Jim.Marks@lodgenet.com>
> I just installed SPSS v17 (version 15 is also installed).
>
>
>
> When I open the last file I worked on v15, I get a warning about file in
> use
>
>
>
> "the document is already in use by another user or process. If you make
> changes to the document they may overwrite changes made by others or
> your changes may be overwritten by others.
>
>
>
> Do you want to continue?"
>
>
>
> I've rebooted the system x3, tried using "SAVE AS" to rename the file,
> and renamed the file from the Windows explorer.
>
>
>
> The file does open with v15
>
>
>
> I can open other files with v17.
>
>
>
> Any explanations/ fixes?
>
>
>
> --jim
>
>
>
> 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