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



ADD A NEW IDEA

Clear

Ideas

DB2 Plan invalidation

As of V13, a DB2 Plan packlist can point to specific packages. If all versions of the package are freed the Plan is invalidated. We've had a number of instances where programmers have removed programs no longer in use and invalidated active plans....
7 months ago in Db2 for z/OS 0 Under review

Syntax-Verification of DSN_PROFILE_TABLE and DSN_PROFILE_ATTRIBUTES entries upon insert / update

Db2 Systemprofiles are configured via the two tables DSN_PROFILE_TABLE and DSN_PROFILE_ATTRIBUTES and are filled by the customer. Some fields are restricted to specific values for proper function. However, there is no errorhandling, in case of inv...
10 months ago in Db2 for z/OS 1 Not under consideration

64-bit db2 COBOL pgms full support

Make COBOL DB2 programs (programs SQL) fully 64-bit compatible (right now, a 64-bit COBOL pgm would have to call a 31-bit subroutine that does the DB2 stuff; the main pgm cannot do that)
7 months ago in Db2 for z/OS 0 Under review

IFC processing - Avoid writing a LOGREC for an expected 0C4 abend.

Reduce number of entries for 0C4 abends in LOGREC. For instance 0C4-38 abends at Csect DSNWAACT Offset X'1118' is an expected abend and thus it shouldn't be written in a logrec. This abend0C4 is expected and DB2 FRR recovery routine retry the move...
7 months ago in Db2 for z/OS 0 Under review

Enhanced Instrumentation for workfiles

A possibility through IFI and/or a new command -DIS WORKFILES to get an “asis” use list of all work pools (Sort , DGTT, Work etc.) This data is crucial for tuning the number, size and type of the work spaces that we all have. The output should be ...
almost 3 years ago in Db2 for z/OS 1 Future consideration

Allow CTEs in EXPLAIN FOR

Currently explain-statements with common table expressions likeEXPLAIN PLAN FOR ( WITH ONE AS (SELECT IBMREQD FROM SYSIBM.SYSDUMMY1) SELECT * FROM ONE);fail with message SQL0199N because the WITH is not supported.So EXPLAINing statements with CTEs...
5 months ago in Db2 for z/OS 1 Under review

Suppress RACF violations normally written to DB2 DIST JES message log.

Lately we had a technical user issuing the same SQL statement over and over again without having the proper access to a table referenced in the SQL statement. The DB2 subsystem is under RACF security control, so an access violation generates a RAC...
6 months ago in Db2 for z/OS 0 Under review

Support JSON_GET_POS_ARR_INDEX and JSON_UPDATE functions in Db2 z/OS

For updating and searching in JSON objects which are stored in Db2 tables we need the JSON functions JSON_GET_POS_ARR_INDEX and JSON_UPDATE. They exist as a dummy in Db2 z/OS but are currently not supported, not documented and do not work. In Db2 ...
about 2 years ago in Db2 for z/OS 1 Future consideration

Generate table definition structure using the db2 catalogue without the need to unload

It would be good if you could go to the db2 catalogue and use a line command at either database level or tablespace level and generate a SYSPUNCH file containing the table definition structure/s without the need to run an unload which can be more ...
about 1 year ago in Db2 for z/OS 0 Under review

When DSNL077I tells us IN-USE DBAT is exceeding 85% of MAXDBAT then ALSO issue DISPLAY THREAD

DB2 has recently introduced message DSNL077I which tells us when IN-USE DBATS begin to exceed 85% of system parameter MAXDBAT. And the corresponding message of DSNL078I tells us when IN-USE DBATS falls below 75% of MAXDBAT https://www.ibm.com/docs...
over 2 years ago in Db2 for z/OS 1 Not under consideration