× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Jim, the first is just a question, no triggers on the file to update?
Sometimes bad coded triggers are performance killers.

Second you can try to code:

setll key file;
if %equal;
  dow 1 = 1;
    reade key format;
    if %eof;
      leave;
    endif;
    ...
  enddo;
endif;


Last, if you are not updating all or most of the fields try to use:

update format  %fileds(field1:field2....);

HTH
Marco
--- Jim Wiant <Jim.Wiant@xxxxxxxxxxxxxxxx> wrote:

> We have a series of programs that update files for assorted maintenance.
> The time these programs are taking is becoming excessive.
> 
> In most cases, the RPG code is very simple.
> 
> Key   SETLL                   file
> Key   READE                   file
>       (Do until EOF)
>       UPDATE          record
> Key   READE                   file
>       END DO
> 
> I don't see how the code can get might tighter. Is there any reasonable
> compiling options/ CL overrides, etc. that could improve such a routine
> when it
> needs to process a large number of records? We're not opposed to
> changing code, but if just a few H spec changes and/or compiling options
> could gain
> us a bit of performance, it would help us out.
> 
> I've tried a few of the basics (OPTIMIZE(*FULL), NoDEBUGIO, etc.) but
> didn't see much of a change in my benchmarks.
> 
> Thanks for any help
> 
> Jim Wiant
> 
> 
> Once a job is fouled up, anything done to improve it makes it worse. 
> Finagle 
> 
> 
> This message has been sent from Foodstuffs (Auckland) Limited
> ("Foodstuffs").
> 
> The information contained in this message and or attachments 
> is intended only for the person or entity to which it is 
> addressed and may contain confidential and/or privileged 
> material. Any review, retransmission, dissemination or other 
> use of, or taking of any action in reliance upon, this 
> information by persons or entities other than the intended 
> recipient is prohibited. If you received this in error, 
> please contact the sender and delete the material from any 
> system and destroy any copies.
> 
> The views and opinions expressed in this message may be those
> of the individual and not necessarily those of Foodstuffs, 
> and are not given or endorsed by it.
> 
> Please note that this communication does not designate an 
> information system for the purposes of the Electronic 
> Transactions Act 2002.
> --
> This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
> To post a message email: RPG400-L@xxxxxxxxxxxx
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
> or email: RPG400-L-request@xxxxxxxxxxxx
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
> 
> 



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.