× 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.



Roger: It's not multi-format.

Both the input file and the previous file have no logicals.

"as the file seems to grow and then get smaller."
I think there's a misunderstanding there. The Previous file always gets bigger. We do purge data from that file, but as far as the job is concerned, the Previous file will grow (unless every record being processed was previously processed, which isn't likely). For my testing, I clear the previous file. And to compare, I copied in 17 million records and ran the same test. Huge difference in time.

Thanks for the link. Now I'm left wanting an opcode that acts like chain "not %found" and like setll %equal.

I'll do some testing with this information.

Thanks,
Kurt

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Crispin Bates
Sent: Tuesday, June 15, 2010 1:04 PM
To: Midrange Systems Technical Discussion
Subject: Re: System slow-down - disk usage?

Is CHAIN always faster? If the large majority of the data access is failing
(the records are not found), then CHAIN is going to be quicker, because
SETLL has to position the file pointer to EOF, and with 20 Million Records,
that might slow things down slightly.

At least that's what Barbara Morris seemed to think here -
http://forums.systeminetwork.com/isnetforums/showthread.php?t=49800

Not sure if that's what is happening in this case, or if there is anything
OP can do, as the file seems to grow and then get smaller, based on the
description...

----- Original Message -----
From: "Charles Wilt" <charles.wilt@xxxxxxxxx>
To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
Sent: Tuesday, June 15, 2010 1:42 PM
Subject: Re: System slow-down - disk usage?


SETLL does keyed access, and is faster than a chain if all you want to
know is does the record exist.

Charles




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.