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 798

Remove some of the restrictions related to SQLCODE -20555

There is currently a restriction on the use of archive-enabled tables and temporal tables in one statement: The execution of this statement leads to SQLCODE -20555: SELECT * FROM DB2.LZTB0586 WHERE VNR IN ( SELECT VNR FROM DB2.LZTB0520) SQLERROR O...
5 months ago in Db2 for z/OS 1 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...
5 months ago in Db2 for z/OS 1 Not under consideration

Change Isolation Level to UR on Read-Only DBs / Tablespaces / Partitions

Databases, Tablespaces, and Partitions can be started in Db2 in read-only (RO) mode. This allows user transactions to access data in these objects only for read (SELECT). Therefore no modification to this data can be made. However, when accessing ...
5 months ago in Db2 for z/OS 1 Not under consideration

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...
5 months ago in Db2 for z/OS 1 Not under consideration

Add support for CREATE OR REPLACE VIEW syntax

I've seen that Db2 LUW and other types of databases support the syntax to do CREATE OR REPLACE VIEW. This can be useful as you don't have to have a separate statement to drop a view before rerunning a create statement. I had a new DB2 DBA on our t...
6 months ago in Db2 for z/OS 1 Not under consideration

One-Fecht Index Scan for SELECT min(), max()

At the moment only a single SELECT min(a) or a SELECT max(a) uses a suitable index I(a, ...). When selecting both, min() and max(), a tablespace scan is used to determine the minimum and maximum value. With large tables this behaviour is very expe...
6 months ago in Db2 for z/OS 1 Not under consideration

Externalize DDF Alias level statistics into SMF

Currently we do have SMF data for DB2 system level distributed workload but do not have DDF Alias level statistics with in SMF, only available adhoc option is to issue DIS DDF <alias> DETAIL to look at DDF alias level active dbats and connec...
7 months ago in Db2 for z/OS 1 Not under consideration

Extend Db2 Message monitoring IFCID 197 to include information about message tokens

Our shop is using ITM Situation management to heavily automate processing/notification for our customers and thus minimize the use of custom logic to be maintained (specific REXX programs etc.) . One feature that we leverage is the OMEGAMON for Db...
7 months ago in Db2 for z/OS 2 Not under consideration

INTERPRET Function for Packed-decimal Data

We have some old tables with a CHAR column where we store a record formatted by a Cobol Program. It contains a mix of display data and packed-decimal data. To use that data we have to read it in a Cobol program and interpret it using a Cobol copyb...
7 months ago in Db2 for z/OS 1 Not under consideration

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...
7 months ago in Db2 for z/OS 1 Not under consideration