×
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.
Emily Smith escribió:
Something like
Exfmt Screen1 ;
//no user input
//wait about five seconds
Exfmt Screen2
Emily,
"Exfmt" will *always* wait for input...
You'd rather do just a "Write", then "wait" some seconds (different
possibilities), then proceed with other things...
BUT...
when you compile the DSPF, remember there is an optional keyword DFRWRT
whose default value is *YES...
So, if you don't change it (either in the CRTDSPF itself, or, later on,
via a CHGDSPF or OVRDSPF...) to *NO, your "Write" would not show
anything until next EXFMT took place.
If you CHGDSPF to DFRWRT(*NO) ... then "Write" will show your format
right away... but will continue... , so you need to delay further
execution some seconds via CL (DLYJOB) or whatever.
HTH
As an Amazon Associate we earn from qualifying purchases.
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.