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
See this idea on ideas.ibm.com
I have a requirement where we want to replicate data of a view to AIX side. I am attaching VIEW DDL is it possible with the help of CDC to achieve replication to AIX table
View on mianframe is as follows
CREATE VIEW PPSDB01.EXPR_PAL_ADDR AS
SELECT PA.PROV_ID , PA.PAL_ID , PA.ADDR_ID , PA.PAL_ADDR_SEQN ,
A.ST_PRVNC_CD , A.CNTRY_CD , A.CNTY_CD , A.ADDR_LN1 , A.ADDR_LN2
, A.CTY_NM , A.POSTL_CD , PA.PAL_ADDR_EFDT AS EFF_DT , COALESCE
( PA.PAL_ADDR_END_DT - 1 DAY , '2999-12-31' ) AS END_DT ,
P.CORP_ENT_CD
FROM PPSDB01.T_PAL_ADDR PA INNER JOIN PPSDB01.T_ADDR A ON PA.ADDR_ID
= A.ADDR_ID INNER JOIN PPSDB01.T_PROV P ON P.PROV_ID =
PA.PROV_ID INNER JOIN PPSDB01.T_PAL PL ON PL.PROV_ID =
PA.PROV_ID AND PL.PAL_ID = PA.PAL_ID
WHERE PA.VLDT_IND = 'Y' AND PA.PAL_ADDR_EFDT <> COALESCE (
PA.PAL_ADDR_END_DT , '2999-12-31' ) AND PL.LOC_TYP_CD = 'OFF';
On AIX side we have table defined, currently we every night its export / import with the help of flat file , which we want to get away
Needed by Date | Mar 31, 2021 |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
IBM update.
Thanks for filing this requirement.
We think that the request is valid, but the work is not committed at this point. We will monitor this requirement for more user feedback in order to help us prioritize similar in future releases/offerings.