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 162

SQL Plan Cache Filter option for Job

The Filters option in SQL Plan Cache has no option for entering job information like jobname and jobnumber. for analyzing the SQL Plan Cache and searching for the SQL statements initiated in that job, the searching takes much time and caused extra...
over 6 years ago in IBM i / Db2 for i 8 Delivered

Support UTF-8 source code in SQLC precompiler

The introduction of PTF SI62604 (which gives CRTRPGMOD the 'TGTCCSID' keyword and so allows RPG and SQLRPG modules to be compiled from Unicode stream files) now allows users to convert their source code to UTF-8 and store them as stream files in t...
over 6 years ago in IBM i / Db2 for i 4 Delivered

DB2 multi dimensional JSON result set

Today an SQL SELECT with JOIN result set for the Node.js database driver is returned as flat JSON rows with many column values repeated (as expected). This then requires massaging before being sent to the browser for easy consumption. You can see ...
about 7 years ago in IBM i / Db2 for i 2 Delivered

New SQL table function to return Journal Receiver Information

Currently there is no way, except programmatically via calling the QjoRetrieveJournalInformation API and specifying KEY=1, to retrieve a list of journal receivers and information about them. Providing a SQL Table Function, or other SQL object, to ...
almost 3 years ago in IBM i / Db2 for i 4 Delivered

DB2 GUID/UUID identity support

Currently identity columns are integer based, however this can cause collisions if you need to merge two tables. It would therefore be handy if you could specify... MYID UUID GENERATED ALWAYS AS IDENTITY Also functions like IDENTITY_VAL_LOCAL shou...
almost 3 years ago in IBM i / Db2 for i 6 Delivered

Db2 dependency service

For moving forward with IT transformation from DDS to pure SQL we still need some tooling that was provide in pure DDS + RPG. With DSPPGMREF and DSPDBR in combination it was possible to build a decency graph to show the impact of a certain change ...
about 5 years ago in IBM i / Db2 for i 7 Delivered

Boolean data type for use within SQL Procedural Language

You can use a new system-defined Boolean data type for use within SQL Procedural Language (SQL PL) applications that provides support for declaring and referencing the system-defined logical values: TRUE, FALSE, or NULL within compound SQL (compil...
over 5 years ago in IBM i / Db2 for i 2 Delivered

DB2 HTTP Consumer Functions (Verbose) are suppressing response messages if the http error code is different than 2xx

If the HTTP Response Code is 3xx or 4xx the (Verbose) HTTP Consumer Functions of DB2 /i are ignoring the response message from the service - the response header ist deliverd - but response message is NULL. Use Case: To enable the best user experie...
over 5 years ago in IBM i / Db2 for i 1 Delivered

Let QSYS2.GENERATE_SQL also generate the system name for SQL global variable

Currently the QSYS2.GENERATE_SQL() procedure does not generate the FOR SYSTEM NAME part when it generates the source for an SQL Global Variable. When a variable is recreated based on the output of this procedure it will generate a system name, whi...
almost 6 years ago in IBM i / Db2 for i 2 Delivered

Allow host constant in SQL embedded.

Allow the use of a host constant like a host variable in SQL clause WHERE (and everywhere it's possible). Use Case: DCL-C ERROR 'E';DCL-C WARNING 'W'; EXEC SQL DECLARE errors NO SCROLL CURSOR FOR SELECT * FROM myLog WHERE myLog.error_type = :ERROR;
almost 7 years ago in IBM i / Db2 for i 2 Delivered