Date: Tue, 4 Jul 2006 07:07:41 -0400
Reply-To: Eric Hoogenboom <erichoogenboom@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Eric Hoogenboom <erichoogenboom@YAHOO.COM>
Subject: Re: Selecting intersection variables
Isa,
You do not specify at what point the Out of Resources message appears. If
it is in Proc Sort you may add
options sortsize=10M;
or even larger.
Another option is to use a format to perform the selection.
I think it is better to give some more information on the error, the number
of vars and obs in your datasets and (best) to deliver your LOG (not the
whole big thing, just the error messages and the code that they relate to).
Eric
|