|
May I remind you of the starting point of the discussion: You introduced a
SRVPGM to externalize RLA I/O. In this SRVPGM you've used RLA, expecting
you are using the right tool for the job, I suppose!
In some of my postings I pointed out (and Charles had some other valid
arguments), that RLA is not the right tool for this job!!! Here are only
some of the arguments:
- lousy performance for read only (because your implementation lost
blocking), SQL would have performed by far better!!!
- the implementation doesn't meet the requirements, (the share problematic)
- tight coupling, as your implementation and all referencing programs need
recompile after changes to the table.
- your initial draft is just producing overhead, without doing anything
better.
sufficient, to solve the share problematic SQL CLI would be the way to go.
What we are seeing here, is a typical problem of RLA usage. If we limit
the tools to RLA, we would end up in spreading around RLA access all over
the application, because its not possible to centralize access to a table
into one SRVPGM using RLA.
And then we would have exactly that problem, you were trying to solve by
externalizing Database access to a SRVPGM - changes in Database Design has
impact to hundreds of programs or more.
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.