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



Hi Richard -

You could create a display file containing the desired information. Then
just declare it in your CL program with DCLF and send it to the screen with
a SNDF. You would want to compile the display with DFRWRT(*NO) (defer write)
so that the SNDF would show immediately.

Good idea. Just one little enhancement ... to save having to remember to compile it with DFRWRT(*NO), put the FRCDTA keyword on each record format. That causes that record format to be treated as though the file is DFRWRT(*NO) even if it really is DFRWRT(*YES).

(FRCDTA is even more useful when you do want the file as DFRWRT(*YES) because most of the record formats are used for output-input, but you want one or more displayed immediately without a request for input.)

Ken
http://www.ke9nr.net/
Opinions expressed are my own and do not necessarily represent the views
of my employer or anyone in their right mind.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.