|
Uhm. It seems natural to do so?
Even if it seems - and creating a collection has some advantages over creating libraries and tables - I never have seen it in a professional environment.
But even if you want to do that, you need to correctly setup journaling to your needs afterwards.
So there is no way to tell CREATE COLLECTION to enable receiver deletion by default?
Not that simple.
I would recommend to stop the journaling completely after the creation. Then setup
the journaling to your needs - and start it.
The defaults are perfectly fine from IBMs PoV - they make sure, that nothing gets lost. No journal receivers are automatically deleted, because that would cause a loss of information by default - and that would not be acceptable.
So if this default is not what you want/need you have to set it up manually.
Since my personal playground is maintained very traditionally via DDS and CRT?F commands, I already have full control over journaling. :-)
You should level that up.
SQL/DDL has so many improvements over traditional DDS.
In the end also SQL statements will gain performance.
If done right, the old RPG programs won't have to be recompiled and will work with the new LFs like nothing has happened. But they can't take advantage of the new columns.
You end up with an "hybrid" SQL/DDL + DDS database, that still supports your old programs, but also gives you all of the new SQL opportunities and a performance gain for SQL statements.
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.