×
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 15/05/07, Bryan Dietz <bdietz400@xxxxxxxxx> wrote:
And that lends itself well to a keyed dtaq(maybe) or temporary file(keyed)
Reading more about keyed dtaq's is starting to steer me away from
them('cause I only dabble in programming).
Looks like I may give the page-at-a-time with a temp file a try.
Hi Bryan
I went that route for my spooled file utilities[1], where QUSLSPL
entries are loaded into a keyed temp file. The routine uses a
page=size subfile, and stores subfile options in a keyed data queue
(keyed on the temp file rrn). That way you can scroll back & forth,
reposition, etc, keeping subfile requests until ready to execute. It
is definitely slower loading into the temp file first, but is more
flexible (imo) that way.
Regards, Martin
[1]
http://www.dbg400.net/cgi-bin/twiki/view/DBG400/WrkUsrOutQ
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.