LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2010)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 2 Sep 2010 08:27:19 -0700
Reply-To:     Bruce Weaver <bruce.weaver@hotmail.com>
Sender:       "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:         Bruce Weaver <bruce.weaver@hotmail.com>
Subject:      Bug: "dataset close all" removes dataset name
Content-Type: text/plain; charset=us-ascii

I've just started using v18 for Windoze (and am patched to 18.0.2), and I think that "dataset close all" is behaving a bit differently than it did in previous versions. In particular, it is stripping the dataset name from the dataset that is active when I issue the "dataset close all" command. E.g.,

data list free / x (f1.0). begin data 1 2 3 4 5 end data. dataset name ds1.

data list free / y (f1.0). begin data 1 2 3 4 5 end data. dataset name ds2.

dataset activate ds1. list.

dataset activate ds2. list.

dataset activate ds1. dataset close all.

As expected, ds2 is closed, because ds1 was active when I issued the "dataset close all" command. However, the ds1 dataset name is now lost. This is a nuisance, because it generates an error if/when any of the following syntax uses that dataset name.

If I change the command to "dataset close ds2", the ds1 dataset name is preserved.

I can't check if this was happening in v17, because it's no longer installed. But I am fairly sure that the dataset name was preserved following "dataset close all".

----- -- Bruce Weaver bweaver@lakeheadu.ca http://sites.google.com/a/lakeheadu.ca/bweaver/

"When all else fails, RTFM."

NOTE: My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above.

-- View this message in context: http://spssx-discussion.1045642.n5.nabble.com/Bug-dataset-close-all-removes-dataset-name-tp2800852p2800852.html Sent from the SPSSX Discussion mailing list archive at Nabble.com.

===================== 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


Back to: Top of message | Previous page | Main SPSSX-L page