Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


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.

ADD A NEW IDEA

Db2 for i

Showing 361

Allow partitioning of DDS created tables

As of today, a DDS created table cannot be partitioned by ALTER TABLE ADD PARTITION. In many cases, a DDS table can be converted to an SQL table, however some keywords like DATFMT are not available in SQL. Which means that those tables cannot be c...
7 months ago in IBM i / Db2 for i 1 Not under consideration

Visual explain as a SQL - IBM i service

Visual explain is a vital tool to get the information about how a SQL statement is processed and to understand the nature of SQL queries. However, it can be quite complicated to oververview complicated queries and the graph can be quite chaotic. M...
over 2 years ago in IBM i / Db2 for i 3 Not under consideration

Support USER as Default for VARCHAR(10) Columns in Db2 SQL Tables

Currently if I have a table with a varchar(10) field in it, I cannot specify DEFAULT USER or any of the other user registers because they are 18 bytes or longer.However on IBM i, user Profiles are 10.It would save me having to write a Trigger for ...
over 2 years ago in IBM i / Db2 for i 1 Future consideration

Allow SQL Precompiler to handle longer names of fields

It must be possible to use long names of fields/attributes defined in qualified data structures when building applications using modern free format RPG with embedded SQL. Use Case: When using names for fields/attributes defined in qualified data s...
over 3 years ago in IBM i / Db2 for i 8 Future consideration

Adjust the functionality of AUDIT_JOURNAL_* table functions

I think the current behavior is quite confusing. For example, if I'm trying to retrieve the QAUDJRN "PW" entries from a specific receiver, I might try this: SELECT * FROM TABLE ( SYSTOOLS.AUDIT_JOURNAL_PW(STARTING_RECEIVER_LIBRARY => 'QSYS', ...
4 months ago in IBM i / Db2 for i 4 Not under consideration

Exit Point QIBM_QDB_OPEN split

In the operating system there is one entry point DBOPEN Format DBOP0100 that takes care of database access. This is a really powerful exit point, because if activated it shows every access to a file. But on the other side is this exact the biggest...
over 4 years ago in IBM i / Db2 for i 12 Not under consideration

Add new field in QSYSFILES

Actuellement, il est impossible de récupérer le "Nombre actuel d'incréments" via une requête SQL sur QSYS2.SYSFILES. Cette information est présente dans le DSPFD. Currently, it is not possible to retrieve the "Number of current increments" by a SQ...
7 months ago in IBM i / Db2 for i 2 Future consideration

DB2 Alter Table Rename column

DB2 for LUW and z/OS provide the capability to rename a column. DB2 for i should have the same functionality. Renaming a column's system name should be included, too. Use Case: In our IT department, Data Studio is used to create or modify tables a...
over 7 years ago in IBM i / Db2 for i 8 Future consideration

CTE support in MERGE statement

Currently MERGE statements in DB2 for i do not support the use of CTEs inside the using clause. Use Case: Lately, I've come across the need for this funtionality several times when I had to update large amounts of records in our ERP with data gath...
over 2 years ago in IBM i / Db2 for i 6 Future consideration

External Tables

It would be very useful to have tables whose content is given by text files, such as Oracle's External Tables. in Oracle this functionality is obtained like this: CREATE TABLE my_ext_table ( id NUMBER, author VARCHAR2(30), created DATE, text CLOB ...
3 months ago in IBM i / Db2 for i 2 Future consideration