Cobol Linear search Vs Perfrom Until

From: Aru (arundj_at_mailcity.com)
Date: 07/16/04


Date: 16 Jul 2004 09:27:53 -0700

Does Cobol linear search provides better performance against Perform
Until
My isssue is -
I have a cobol program which was changed from Binary search to to
Perform Until to handle and process muliple occurances of search key.
This is a requirement that I will have multiple occurances for the
search key.

After the change my program performance deteriorate, which is, very
well expected, but the magnitude is 12 to 13 times more. Earlier, I
had my data processed in 10 CPU minutes and now it takes about 130 CPU
minutes.

Any suggestion. Please help

Thanks
Aru



Relevant Pages

  • Re: OO and IBM z series COBOL was Re: Discussions of COBOLphilospphy
    ... A COBOL program I run regularly seemed to be much ... CPU has about the same clock frequency (2600MHz vs. ... each core seems to run at about half the single ... I chose the motherboard because it was the only one ...
    (comp.lang.cobol)
  • Re: Curiousity: CPU % for COBOL program
    ... The trend to machines with fewer, faster processors. ... COBOL program is unlikely to use more than 17% of the CPU; ... Faster I/O subsystems. ...
    (bit.listserv.ibm-main)
  • Re: OO and IBM z series COBOL was Re: Discussions of COBOLphilospphy
    ... that my new motherboard has a dual-core processor. ... A COBOL program I run regularly seemed to be much ... CPU has about the same clock frequency (2600MHz vs. ...
    (comp.lang.cobol)
  • Re: Cobol Linear search Vs Perfrom Until
    ... > Does Cobol linear search provides better performance against Perform ... > Perform Until to handle and process muliple occurances of search key. ... A SEARCH on a 1000-item table does about 10 compares plus attendant ...
    (comp.lang.cobol)
  • Re: Cobol Linear search Vs Perfrom Until
    ... >> Does Cobol linear search provides better performance against Perform ... >> Perform Until to handle and process muliple occurances of search key. ... A SEARCH ALL on a 1000-item table does about 10 compares plus ...
    (comp.lang.cobol)