Cobol Linear search Vs Perfrom Until
From: Aru (arundj_at_mailcity.com)
Date: 07/16/04
- Next message: Glenn Someone: "Re: Cobol Linear search Vs Perfrom Until"
- Previous message: S Comstock: "Re: "Every Shop Has Some Assembler Somewhere" - course update"
- Next in thread: Glenn Someone: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: Glenn Someone: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: Frederico Fonseca: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: docdwarf_at_panix.com: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: JerryMouse: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: Don Leahy: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: Arnold Trembley: "Re: Cobol Linear search Vs Perfrom Until"
- Maybe reply: Joe Zitzelberger: "Re: Cobol Linear search Vs Perfrom Until"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Glenn Someone: "Re: Cobol Linear search Vs Perfrom Until"
- Previous message: S Comstock: "Re: "Every Shop Has Some Assembler Somewhere" - course update"
- Next in thread: Glenn Someone: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: Glenn Someone: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: Frederico Fonseca: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: docdwarf_at_panix.com: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: JerryMouse: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: Don Leahy: "Re: Cobol Linear search Vs Perfrom Until"
- Reply: Arnold Trembley: "Re: Cobol Linear search Vs Perfrom Until"
- Maybe reply: Joe Zitzelberger: "Re: Cobol Linear search Vs Perfrom Until"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|