This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
Shape the future of IBM!
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Search existing ideas
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post your ideas
Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,
Post an idea
Upvote ideas that matter most to you
Get feedback from the IBM team to refine your idea
Specific links you will want to bookmark for future use
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
IBM Employees should enter Ideas at https://ideas.ibm.com
Delivered.
Please see the release notes for info:
https://www.ibm.com/support/pages/node/6217946
"
December 31, 2021
IDR 11.4.0.3-5582
Enhancements in IDR 11.4.0.3-5582 for Db2 for z/OS remote source
CDC Replication Engine for Db2 for z/OS Remote Source now handles Db2z Utility actions similar to CDC for Db2 for z/OS Native Source
"
The software can take relevant actions such as STOP, PARK, REFRESH... if a Db2 z/OS utility action is detected.
So, the idea is to have the same functionality for the CDC for DB2 z/OS Remote Source solution.
CDC is not able to capture changes in DB2 z/OS logs coming from DB2 z/OS Utilities as they don't have the same format as SQL statements log changes. For this reason, the parameter ONUTILITYACTION developped for CDC DB2 z/OS Local solution only react to the fact that one DB2 z/OS Utility run against a replicated source table. So, even if a DB2 z/OS Utility runs with LOG NO option ( nothing logged ) it works. The DB2 z/OS Utilities concerned are only the utilities which affect data contents, I mean : All types of LOAD Utility excepted one : LOAD with SHRLEVELCHANGE - RESUME YES - LOG YES option which performs in reality SQL statements ( it can be captured normally by CDC) + all types of RECOVER Utilities + only one REORG Utility : REORG with DISCARD option.
Note :
https://www.ibm.com/support/knowledgecenter/SSTRGZ_10.2.1/com.ibm.cdcdoc.cdcforzos.doc/refs/onutilityaction.html
Currently, different types of loading are carried out in Db2, loads with Resume, loads with Replace ... which do not leave logs, so we have these doubts:
1.- Is the CDC prepared to detect when some of these uploads are done on the tables that are being used by it?
2- If it detects these loads, is there an "automatic" process to replicate these operations? or what actions should be taken for the consistency of the data in the target, considering that carrying out an initial load of the table every time there is a type of load with RESUME or REPLACE is not feasible due to all the dependencies that this action implies?