LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (January 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 27 Jan 2005 13:58:45 -0500
Reply-To:   Amrita Singh <AmritaS2@AOL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Amrita Singh <AmritaS2@AOL.COM>
Subject:   SAS Merge

Hi,

I am trying to run a big merge. I have about 20 files with varying record lengths and quantities. Some files have a record length of only 20 bytes whereas other files are over 1000 bytes wide. Quantities vary from 5 million to 140 million. The final output file will be over 5000 bytes wide and will have 140 million records. This process has to run weekly. I am running SAS 9 on the mainframe.

I did run a test with just 6 of the files but the job took too much CPU time, too much work space and ran for 13.5 hours, which is too long. I ran the same merge using views and that helped with the work space. Also the job ran in 7.5 hours,which is better but still too long and it still takes over 1 hour of CPU time which is not acceptable in our production environment, especially on a weekly basis.

Any suggestions?

Thanks, Amrita Singh


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