Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform 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,

  1. Post an idea

  2. Upvote ideas that matter most to you

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



Status Planned for future release
Created by Guest
Created on Jun 22, 2025

Manta COBOL scanner should support termination statement.

Background:

Bank has requirement to build data lineage for legacy applications that are implemented in COBOL. Target date to enable the COBOL scanner in Manta production is end of July.

Why it is critical?

  1. Several applications at Truist that interact with critical data elements (CDE) are implemented using COBOL programs. These COBOL programs may contain CDEs.

  2. Enable the data governance for regulatory reporting, and National Review Exams.

  3. Business-critical need to gain visibility into how CDEs flow through these COBOL programs.

Expected: Manta COBOL scanners should support termination statements in COBOL scripts.

Currently, Manta version 42.12.0 does not support termination statements in COBOL scripts. It fails and no lineage is generated.

Workaround is to manually modify the COBOL programs that needs COBOL expertise help to understand the impact on overall lineage generated for COBOL programs.


Needed By Month
  • Guest
    Sep 10, 2025

    Next step: @Thomas  to confirm 42.15 release timeline to fix this issue.

  • Guest
    Sep 10, 2025

    Per Michal Bartos, this is corner scenario where the COBOL division has no content (commented lines) followed by end of COBOL Division followed by termination statement. See example below.

    61848                          WS-BAL-LABEL-TEXT-LONG(WS-LBL-SUB)
    61849 ADD +1 TO WS-LBL-SUB
    61850 MOVE DPBALI1-BAL-CODE(4) TO WS-BAL-LABEL-CODE(WS-LBL-SUB)
    61851 MOVE DPBALI1-BAL-DESC(4) TO
    61852 WS-BAL-LABEL-TEXT-LONG(WS-LBL-SUB)
    61853 .
    61854 1060-EXIT.
    61855 EXIT.
    61856 *>
    61857 1090-CHECK-RESPONSE.
    61858 *>
    61859 *> *** DISPLAY ' XSL980 - : UNSUCCESSFUL/INVALID RESPONSE-CODE
    61860 *> *** ' FROM DPABAL00 ADAPTER : '
    61861 *> *** DISPLAY ' RESPONSE STATUS : ' DPBALI1-RESPONSE
    61862 *> *** DISPLAY ' PREAMBLE ABORT-CODE : ' DPBALI1M-ABORT
    61863 *> *** DISPLAY ' BANK :' H-ACC-BNK-NUM
    61864 *> *** DISPLAY ' TYPE :' H-ACC-ACCT-APLCTN-CD
    61865 *> *** DISPLAY ' ACCT :' H-ACC-ACCT-NUM
    61866 1090-CRSP-EXIT.
    61867 EXIT.
    61868 *>
    61869 *>
  • Admin
    Yurii Plakhtii
    Sep 4, 2025

    Hello, Devayon! Could you please report the bug case, attach logs and provide additional useful information. We will investigate what is happening. Thanks!

  • Guest
    Sep 3, 2025

    Was found to be fixed partially in 42.13.
    It is failing for a scenario where division with empty statement followed by termination statement