|
Mark, That seems like a really long time. I doubt a code change would make any difference, the program is waiting on I/O. If you could remove the update/delete you would probably see a big improvement because logical blocking would be possible. Other than that I would say look at restructuring your applications. Could a flag be used to indicate a saved record? Then you could cut out the write and implied rgzpfm. You would need a logical that selected active records as input to this process. That would spread some of the 70 minutes out over the day. If the keys represent the majority of data you could also experiment with a logical that was keyed by all of the required fields. I don't know if that would make a difference in RPG, but it can help in SQL when the selected fields are all contained in the index. David Morris >>> "Allen, Mark" <ALLENMA1@Mattel.com> 07/24 7:59 AM >>> We have a program that runs each night that is the majority of our nightly processing time. This job ran for about an 70 minutes last night. There are no users or other batch jobs on the system while this job is running. Any ideas on making this run faster: Last night MU7TRANS had 410,663 records for that 70 minute run. The L1 fields are the key to the file and the select criteria is used so only records we want are in the file (all need processed). FMU7TRANSUP E K DISK A FMUTTRNSVO E DISK A ... stuff cut out. Mark Allen MIS Manager Mattel-Murray allenma1@mattel.com 502 767 1377 +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.