|
Ken, Thanks for the tip. I tried it out and it works great. I just love this list! Richard -----Original Message----- From: midrange-l-bounces+casey_r=popmail.firn.edu@xxxxxxxxxxxx [mailto:midrange-l-bounces+casey_r=popmail.firn.edu@xxxxxxxxxxxx]On Behalf Of Ken Sims Sent: Sunday, February 12, 2006 1:34 PM To: midrange-l@xxxxxxxxxxxx Subject: Re: Display commands in a CL program 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
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.