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 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...
almost 6 years ago in IBM i / Db2 for i 4 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 ...
about 2 years ago in IBM i / Db2 for i 1 Future consideration

Implement TO_UTC_TIMESTAMP in Db2 for i

Other IBM database products have a method TO_UTC_TIMESTAMP that can be used to convert a timestamp from the local time zone to UTC, with awareness of the DST rules in effect on the date in question. Example Knowledge Center page from IBM Big SQL 5...
about 3 years ago in IBM i / Db2 for i 2 Future consideration

add a new audit field to the SQL fields

I would like to be able to get the program name that updated/inserted a row in SQL in a generated always field. Today we can add the job, user, timestamp, ... automatically but not the name of the program. It would be more complete if we could add...
over 3 years ago in IBM i / Db2 for i 2 Future consideration

Alter table without exclusive lock

Provide possibility to alter table add column without exclusive lock on the table to enable 24x7 deployment with zero downtime for real-time applications. Possible solution can be done in a same way as online DDL in innodb. (https://dev.mysql.com/...
over 5 years ago in IBM i / Db2 for i 2 Not under consideration

First-class support for modernizing a data model

Database modernization on the IBM i is more complex & expensive than it could be. The Lab Services approach [1] of creating a logical file over redesigned tables, (to act as a surrogate for the old design) is a clever hack that reduces the cos...
over 6 years ago in IBM i / Db2 for i 2 Not under consideration

Extend FINAL TABLE to MERGE statement

DB2 on z/OS offers the FINAL TABLE with the MERGE statement, however on IBM i this is limited to INSERT only. Please change DB2 for i to also support FINAL TABLE combined with MERGE. Use case : in the query below, which increments a counter...
almost 2 years ago in IBM i / Db2 for i 4 Future consideration

ifs_object_statistics with /QNTC

We would have liked ifs_objects_statistics to report entries in the /QNTC file system. Our fall back is some IFS API's that will handle this. Use Case: We have a requirement to read the contents on a Windows server and then to pull .xml files from...
about 4 years ago in IBM i / Db2 for i 1 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 4 years ago in IBM i / Db2 for i 3 Not under consideration

Provide proper SQL auditing user/timestamps

Currently there's a mix of SESSION and CLIENT_USERID fields that can be used with Generated Always but the first returns the native account, while the second returns the client account but is blank when executed from SQL on IBM i itself. Please pr...
almost 5 years ago in IBM i / Db2 for i 2 Not under consideration