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 385

Enhance IBM DB2 SQL triggering to allow running the triggering action in async mode to improve system performance

This is useful for non critical batch run update for huge size file to shorten the program run time.
7 months ago in IBM i / Db2 for i 1 Functionality already exists

UDTF retuns ROW

scalar User-defined Table function can today return single data. However, on other implementation of Db2 it is also possible to return ROW Also the "ROW OF table-name" to follow the paradigm. https://www.ibm.com/support/producthub/db2/docs/content...
about 4 years ago in IBM i / Db2 for i 3 Future consideration

Allow variables defined with like(<file-field>) to be used as embedded SQL host variables

If a variable in RPGLE is defined with like, and the source field comes from an external file (PF, DSPF, etc), the SQL preprocessor does not like it. Example: dcl-f CUSTMAST keyed; dcl-s qCust like(CUSTNUM); // CUSTNUM defined in CUSTMAST If I att...
11 months ago in IBM i / Db2 for i 3 Future consideration

Timestamp change when altering a partitioned tables partitions

The good (smart) thing about partition table is that when you take a back up you can tell BRMS to take a back up only on changed partitions. When altering a tables partitions, the changed timestamp is changed on all partitions, not just only the o...
almost 3 years ago in IBM i / Db2 for i 2 Not under consideration

In SQL JSON_TABLE, add an option on timestamp columns to take into account or not the timezone offset

In the SQL function JSON_TABLE, when a timestamp value indicated with a time zone offset (e.g.: "yyyy-mm-ddThh:mm:ss.nnnnnn<+/-Offset>") is retrieved to produce a timestamp column, the resulting value is always an UTC value (by adding or sub...
over 1 year ago in IBM i / Db2 for i 3 Future consideration

Nested calculated columns in SQL

Today you are not allowed to use nested result columns in calculations and expressions. The work around is to rewrite the statement to use common table expression. This, however, removes the focus from what need to be done - just to satisfy the na...
over 5 years ago in IBM i / Db2 for i 3 Not under consideration

Support an ADD MEMBER option on the GENERATE_SQL SQL Stored Procedure

Today if the output source file and member do not exist, the procedure fails. I think the proc should add/replace the data in the output member but also add the member if it does not exist.
4 months ago in IBM i / Db2 for i 1 Future consideration

IBM i Services (sql) related to hardware

There are a lot of IBM i Services (sql) as tables, views or table functions. They covered almost every part of operating system (powerHA last time), but still there is no such services related to IBM i operating system hardware. Good to have table...
almost 4 years ago in IBM i / Db2 for i 3 Not under consideration

Provide an SQL service to retrieve same data as DSPFFD command to OUTFILE for non-db2 objects such as DSPF, DDM, etc

When writing applications that utilize DSPFFD information, today you must code the command. An SQL service could provide flexibility and granularity to access this data for specific objects, similar to SYSCOLUMNS or OBJECT_STATISTICS.
almost 2 years ago in IBM i / Db2 for i 1 Future consideration

Allow use of RPG procedures in embedded SQL as host "variable"

When writing embedded SQL, host variables should be real variables instead of expressions which requires additional step to define extra work variables and assign the expression in advance to the work variable. Use Case: An example might be as fol...
over 6 years ago in IBM i / Db2 for i 4 Not under consideration