Skip to Main Content
IBM Data and AI Ideas Portal for Customers


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,

  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

Db2 for z/OS

Showing 999 of 15933

ALTER TABLE DROP multiple COLUMNs

If you want do delete multiple columns of a table using "ALTER TABLE tbname DROP COLUMN colname", you currently have to execute many ALTER TABLE statements. The execution time increases exponentially with the number of columns to be deleted. If th...
9 months ago in Db2 for z/OS 1 Not under consideration

Allow FOR SYSTEM TIME ALL

If you have system-period temporal table you can query the table (and it's history table) with a period-specification: FOR SYSTEM TIME AS OF timestamp FOR SYSTEM TIME BETWEEN timestamp AND timestamp FOR SYSTEM TIME FROM timestamp TO timestamp ...
about 1 month ago in Db2 for z/OS 0 Under review

Improve ALTER TABLE ROTATE PARTITION

Currently ALTER TABLE ROTATE PARTITION only allows the ENDING value to be a constant, minvalue, or maxvalue. I would suggest adding the ability to generate DATES or TIMESTAMPS so that additional programming is not necessary to generate the ALTER s...
3 months ago in Db2 for z/OS 0 Under review

Stop package invalidation after ALTER MAXPARTITIONS

These days in an agile world we have to ALTER PBG spaces on-the-fly to raise the MAXPARTITIONS value. Sadly this ALTER, even though it is an immediate ALTER, sets all dependent packages to VALID = 'N' which is, of course, a disaster.
over 5 years ago in Db2 for z/OS 8 Not under consideration

Allow WITH UR for SET assignment-statement with row-subselect

Allow The WITH isolation level clause for SET assignment-statement with row-subselect. We need to be able to select data into a global array without imposing a share (or any other) lock.
about 1 month ago in Db2 for z/OS 0 Under review

API to write dictionary to log

A number of our common customers run DB2 utilities from third party vendors and IBM replication solutions. They are requesting that our LOAD and REORG utilities write the old dictionary pages to the log for later retrieval by a replication product...
over 5 years ago in Db2 for z/OS 3 Not under consideration

When DB2 writes a message to the DB2 Log, DB2 could also optionally write the contents of the message to a new IBM Catalog Table SYSIBM.DB2_Messages or a user defined table.

WHY THIS IS A GOOD IDEA Many of our DB2 subsystems and members remain active for several months or more. Searching for a DB2 Message can take a long time in SDSF when analysing and diagnosing problems. Having all of the DB2 Messages in a Table mak...
9 months ago in Db2 for z/OS 1 Not under consideration

Add support for GRANT ROLE to AUTHID.

In DB2 for z/OS I am allowed to CREATE ROLE, GRANT priviledges to ROLE but I can't GRANT that role to a USERID. Seems something is broke to me. What are ROLES good for if I can't assign a user or group of users to that role.
about 1 month ago in Db2 for z/OS 1 Not under consideration

Implicit Tablespaces for conversion of multi-table tablespaces to UTS PBG

When converting multi-table tablespaces to universal tablespaces with new command ALTER TABLESPACE MOVE TABLE you need to create a new tablespace for each table explicitely before you can use the command. It would be very nice if the ALTER TABLESP...
over 2 years ago in Db2 for z/OS 2 Not under consideration

DB2 Return Code Differentiate for Deadlock and Timeout via Subsys Normal Call Exit

DB2 presents IMS ( via Subsystem Normal Call Exit ) with the same return code (4) for: DB2 resource deadlocks DB2 resource unavailable conditions Example, lock timeouts on object locks, such as are taken by DB2 utilities and those caused b...
about 3 years ago in Db2 for z/OS 7 Not under consideration