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



On Fri, Apr 21, 2017 at 5:42 PM, Vinay Gavankar <vinaygav@xxxxxxxxx> wrote:
We have a program where same record of a 'control' file (input mode) is
being read for every iteration, and I thought that replacing the 'Chain'
with reading a dataarea.

I am a little unclear about your terminology. When you say "every
iteration", to me that sounds like you've got a loop, and each time
through the loop, you read the same record (or same data area). It
seems to me that you should simply move that operation out of the
loop.

If you mean the program is called repeatedly (a huge number of times,
and very frequently), and each time it is called, it reads the same
record (or same data area), then you can similarly put that operation
into *INZSR, and keep the LR indicator off when returning from the
program, so that it doesn't reinitialize every time.

John Y.

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.