Date: Fri, 16 May 2008 05:20:25 -0700
Reply-To: Cristian Gugiu <crisgugiu@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Cristian Gugiu <crisgugiu@YAHOO.COM>
Subject: Re: I/O error
Content-Type: text/plain; charset=iso-8859-1
I am doing the first scenario. I thought the problem might have had to do with not closing datasets I opened with Proc IML. However, I added Close statements following my Read statement. It did not fix the problem.
Cristian
----- Original Message ----
From: "data _null_," <datanull@gmail.com>
To: P. Cristian Gugiu <crisgugiu@yahoo.com>
Cc: SAS-L@listserv.uga.edu
Sent: Friday, May 16, 2008 7:57:31 AM
Subject: Re: I/O error
You don't supply enough information, need to see some code. What is
your basic simulation "method"? Do you?
1) set rep=1
2) create some data.
3) calculate value(s) of interest
4) append result to data set of "results"
5) do it all over and over until reps=2000
6) summarize the results of 2000 simulations.
or do you?
1) create 2000 samples of data as a somewhat large data set
2) calculate value(s) of interest (BY REP)
3) summarize
So which is it?
On 5/15/08, P. Cristian Gugiu <crisgugiu@yahoo.com> wrote:
> I just got some odd errors in my log. What's odd is that my monte carlo
> simulations works fine when I have a low number of reps, but when I
> increase the number of reps to 2000 I get the following error. I have
> plenty of space on my drive, so what's the problem? Anyone know how to
> solve this error.
>
> Thanks,
> Cristian
>
>
> ERROR: Close lock is not available for WORK.VARS.DATA, lock held by
> another process.
>
|