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



IMHO, using FRCDTA should always be preferred over DFRWRT(*NO) for two reasons:

1. DFRWRT affects the whole file, whereas FRCDTA affects only one record format.  This allows other record formats to continue with deferred writing, which performs much better.

2. FRCDTA is a DDS keyword that goes into the source code. DFRWRT is a keyword on the CRTDSPF command that must be remembered each time it is compiled.  This can be a big issue if you don't have some sort of build tool to build your projects, or use a tool like SDA to compile screens, because its really easy to forget to set the compile parameters.  Since FRCDTA is in the source code, there's nothing to forget.

-SK

On 7/15/2019 7:21 AM, MichaelQuigley@xxxxxxxxxx wrote:

I could be wrong here, but I think you're actually closer than you think.
But you have to specify DFRWRT(*NO) on the CRTDSPF command. The default is
DFRWRT(*YES). When writes are deferred, Workstation Data Management waits
for a read of the display file before it actually writes it to the
screen--DFRWRT(*NO) will override this and should allow you to do what
you're after.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.