LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (October 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 17 Oct 2005 16:50:44 -0400
Reply-To:     diskin@alum.rpi.edu
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dennis Diskin <ddiskin@GMAIL.COM>
Subject:      Re: What does the SAS message mean?
Comments: To: Xu Libin <Libin.Xu@irs.gov>
In-Reply-To:  <18B617A93E45664485675080816470B807D96B9C@NCT0010MB10>
Content-Type: text/plain; charset=ISO-8859-1

Xu, In my experience, this means t\tou have more than one SAS session running at the same time. The first one locks the registry and the second puts out this warning message, usually at startup time. Look at thhe very beginning of you session log. It could also be due to some other process on your system locking the registry, but this less likely. In most cases, you can ignore the message although I am not familiar with SurveySelect. HTH, Dennis Diskin On 10/17/05, Xu Libin <Libin.Xu@irs.gov> wrote: > > Dear SAS-lers, > > When I ran the following syntax: > proc surveymeans data=OpenCaseW total=TotCaseOpen; > stratum stream/list; > var f1 f26 f27; > weight weight; > ods output statistics=MyStat; > run; > proc print data=MyStat; > run; > > I got the message in the Log window several times but no result in the > output window: > > This SAS session is using a registry in WORK. All changes will be lost at > the end of this > > I am at a loss and don't know how to tackle the problem. Based on your > experience, what is the possible solution for this? Thank you in advance > for > your advice. > > Libin >


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