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



On 17 Sep 2013 11:50, Dave Shaw wrote:
At the breakpoint, do a DSPJOB. Look at open files - your production
file is probably open. Look at active job overrides, to see if
something is slipping in somehow. Check the program stack, just to
be sure the right programs are running. DSPJOB (or WRKJOB) is as
valuable for debugging this sort of problem as STRDBG, in my world.
<<SNIP>>

That was along the lines of what I was thinking when I mentioned using a job trace. A trace might show that the program was doing a shared open; no overrides required to access the wrong data. If the file with the same name were already opened /shared/ [member attribute SHARE(*YES); need not be from an OVRDBF], irrespective the position in the library list, then the program would be effecting a shared-open instead of a full-open and its I\O would be against the first file opened with that name.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.