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 (July 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: isabelle_lowticz@HOTMAIL.COM

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


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