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 (September 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 9 Sep 2002 14:27:09 GMT
Reply-To:   julierog@ix.netcom.com
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Roger Lustig <trovato@BELLATLANTIC.NET>
Subject:   Re: proc sql or data step
Content-Type:   text/plain; charset=us-ascii; format=flowed

Sekhar: If it's just a grand total, then the data step may save you a little, but not large amounts of time. As soon as grouping is involved, however, SQL can cost you a lot, especially to the extent that it has to do unnecessary grouping.

Can you give us a little more information about the problem?

Roger

CKalisetty wrote: > Hello all > > I have to sum up variables in a dataset that has some 30 million observations. > Right now we are using proc sql to do it. But, it is taking a lot of time. How > Can I improve the performance? Can I use data step with retain? Are there any > other solutions? > Any suggestions? > Any help is greatly appreciated. > Thanks > Sekhar


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