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 172

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 ...
over 7 years ago in IBM i / Db2 for i 2 Delivered

select into IFS outfile

It would be nice to have a possibility to direct an sql-output to a certain file on the IFS.something like below ... Use Case: SELECT l.ARTNR, l.FARBT, a.ARTBZ, l.MLMNG, l.MVMNG, l.MMNGM, l.LMDAT, l.VISSB into outfile '\home\spool\EMQRY01.slk' FIE...
over 6 years ago in IBM i / Db2 for i 6 Delivered

DB2 Service for PTF currency at LICPGM level

Today we have GROUP_PTF_CURRENCY** for PTF groups and it would be equally beneficial to have one for license programs that aren't part of a group. **http://bit.ly/db2-for-i-services Use Case: This would allow us to easily check whether, for exampl...
about 8 years ago in IBM i / Db2 for i 5 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

RPG update overwriting identity column

An RPGLE UPDATE statement will overwrite the value of an identity column. This results in bogus values in the DB. Example column:"ID" INTEGER GENERATED ALWAYS AS IDENTITY ( START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE NO CYCLE NO ORDER ...
over 6 years ago in IBM i / Db2 for i 3 Delivered

JDBC 1371E support

JDBCWe can access DB2 for i data in Java programs by using the JDBC driver that is included with the IBM Developer Kit for Java. Please enable the full 1371E support with Unicode surrogates. Use Case: JDBCWe can access DB2 for i data in Java progr...
over 3 years ago in IBM i / Db2 for i 1 Delivered

Generate/consume JSON boolean in DB2 JSON_ functions

It would be useful to have the ability to generate/consume the JSON boolean type in the JSON_TABLE and JSON_OBJECT functions.Since SQL does not have a boolean data type, there is no direct casting to the JSON boolean.I suggest providing two "sub" ...
about 6 years ago in IBM i / Db2 for i 6 Delivered

Provide schema parameter on RUNSQLSTM

Allow a SCHEMA parameter on RUNSQLSTM so that statements don't need to be qualified, contain a set schema instruction or the current library needs to be changed. This allows the script to be generic so that it can be run against different environm...
about 5 years ago in IBM i / Db2 for i 5 Delivered

SQL enhancement - allow mixed case in unqualified external names

Please allow the use of mixed case in unqualified external names when defining stored procedures or user defined (table) functions. Currently it is not possible to specify an unqualified external name where the routine name is in mixed case. The f...
over 5 years ago in IBM i / Db2 for i 3 Delivered

Add Find Member option parameter to RUNSQLSTM

Need to be able to specify a source file, such as SRCFILE(QSQLSRC) without a library (hence, *LIBL) and have the command search for the member in QSQLSRC anywhere on the library list. Similar to how Find Member Processing = 1 option of theQUSRMBRD...
about 6 years ago in IBM i / Db2 for i 1 Delivered