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