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 391

Add Support for COMMENT ON to SQL VIEW, SEQUENCE etc.

Add support to add OBJECT TEXT (COMMENT ON or LABEL ON in SQL terminology) to those SQL-created objects that are currently not supported. by the COMMON ON statement.Such as VIEWS, SEQUENCES, TRIGGERS etc. Use Case: Today, when you create (for exam...
almost 3 years ago in IBM i / Db2 for i 5 Not under consideration

Replace native trigger while active

When there's a need to replace a high level language trigger, an exclusive lock is required to the program object. In a 24/7 system this is almost impossible what makes the use of triggers a no-go. Programs in use (apart from triggers) can be repl...
almost 4 years ago in IBM i / Db2 for i 2 Not under consideration

Increase VARCHAR() Scaler to 65KB, 16MB or 2GB

Currently SQL VARCHAR() scalar function under DB2 for i supports lengths of up to 32k or 32k-1 w/Nullable values. HLL on IBM i support 64k Varchar column/fields as well as 16MB Varchar lengths. Other Platforms (Microsoft) also support much longer ...
over 6 years ago in IBM i / Db2 for i 2 Not under consideration

Requesting AUDIT_JOURNAL_SF table function

I have hundreds of printer devices and output queue entries. Many are obsolete. I would like to query the audit journal for SF entries for the latest entry involving any device and/or output queue. Something like select printer, max(entry_timestam...
12 months ago in IBM i / Db2 for i 1 Future consideration

"UPSERT" - update or insert

It would be appreciated if a UPSERT SQL statement could be introduced, that do an UPDATE but if the row does not exist will be changed to an insert. Look at upsert patterns and antipatterns: https://michaeljswart.com/2017/07/sql-server-upsert-patt...
over 5 years ago in IBM i / Db2 for i 5 Not under consideration

UDTF returning dynamic resultset

Today stored procedures can return dynamic result sets. It will be appreciated if UDTF could have the same feature. Today you can only return a TABLE, you need however to define each column even though a cursor will contain the required informatio...
over 5 years ago in IBM i / Db2 for i 3 Future consideration

RGZPFM while active does not always return deleted records space.

RGZPFM while should always return deleted record space. We have a large, always active, file with 1/3 deleted records that RGZPFM while active did not return deleted records space. We run 24/7 & only come down for Cums & OS & barely ma...
4 months ago in IBM i / Db2 for i 2 Under review

improvement to SEND_EMAIL, add BLOB/CLOB as attachment

Be able to serve BLOB/CLOB objects as an attachment directly with SEND_EMAIL.
12 months ago in IBM i / Db2 for i 1 Not under consideration

audit fields

We would like to register info about creation and update of a row (anddelete when it comes to temporal tables). For these lifeCycleEvents', we need to store automatically (once forcreation, always for update) : - current timestamp, - transactionId...
over 4 years ago in IBM i / Db2 for i 3 Not under consideration

Enhancements to RPGLE SQLTYPE

I would like to be able to define an SQLTYPE field as a TEMPLATE. I would also like to be able to use a named constant for the SQLTYPE size parameter. An example: dcl-c $len_rcCLOB 2000000; dcl-s t_rcCLOB sqltype(CLOB: $len_rcCLOB) template; dcl-s...
over 1 year ago in IBM i / Db2 for i 2 Future consideration