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 (February 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 27 Feb 2002 18:05:04 +0000
Reply-To:     dkb@CIX.COMPULINK.CO.UK
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         dkb@CIX.COMPULINK.CO.UK
Organization: Nextra UK
Subject:      Re: proc export

Zhonghe Li asks:

> Thank you all for helping me on how to solve the disk space issue. In > my case, it is because of the sorting process. The dataset is 12GB, and > we have 50 GB available but is still not enough. Maybe the only way is > to break the California dataset into small chunks as suggested. If you > don't mind, can you suggest me different ways of achieving it?

You might try specifying the TAGSORT option on your PROC SORT. Whether this helps depends very much on the shape of your data and the sort fields you use, but it can make a very big difference if you have large data records being sorted on a few small fields.

Kind regards,

Dave .


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