Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) 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.
This mailing list archive is Copyright 1997-2026 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.