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



James,

> There's an example in that ancient tome where an RPG
> program is tricked into thinking a display file is
> multi-device, and therefore observing its MAXRCD timeout.
> And even better, it works in ILE RPG, too.

Oh, you didn't make it clear that is what you wanted to do.  I was
under the impression you wanted to be able to know how long some
(other) telnet job had been idle, not your own.  Because while in a
DSPW state, your code won't be running to test the idle duration.

There are two basic ways of doing that:

 1) The MAXRCD timeout method you mention above
 2) Using DTAQ's attached to the DSPF

The MAXRCD method is arguably easier, and if it suits your needs that
is fine.  It does mean you have a consistent time-out value (you can
use OVRDSPF to change it from the compiled value, but while the
program runs you still have a consistent value).

The DTAQ technique allows you to dynamically alter the timeout value,
which is valuable in some circumstances.  For example, letting the
user key a duration in seconds for an auto-refresh update interval.

Doug


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.