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 230

SQL Update using Common Table Expresions

Currently an UPDATE statement that attempts to update a field with the selected value from a Common table expression causes an SQLCODE -199 with SQLSTATE 42601: "Illegal use of KeyWord UPDATE. Token ( SELECT VALUES was expected" --or something sim...
9 months ago in IBM i / Db2 for i 1 Not under consideration

Allow column alias names in having clause

Allow column alias names in having clause. Use Case: Excuse my bad english... When we use the having clause, we refers to a aggregate function of the select list. SELECT field, COUNT(*) AS counterFROM table GROUP BY field HAVING COUNT(*)>100 It...
almost 8 years ago in IBM i / Db2 for i 4 Not under consideration

Allow variable number of arguments on SQL CONCAT function

The current implementation of CONCAT only allows two parameters, for example CONCAT('hello', 'world') which makes concatenating multiple values cumbersome. This would for example result in CONCAT(CONCAT('hello', 'world'), 'again') for 3 strings. I...
almost 3 years ago in IBM i / Db2 for i 5 Not under consideration

Add does-not-contain option in SQL Plan Cache Statements

Access Client Solutions SQL Performance Center has a button "Show Statements..." that displays a "SQL Plan Cache Statements" window. You have a variety of filters, including "Statements that contain the following text". I think it would be incredi...
over 3 years ago in IBM i / Db2 for i 1 Not under consideration

Prevent ALTER TABLE when field size expanded and there is a field procedure

When a field procedure is assigned to a field, in our case for purposes of encrypting the field data, and an ALTER TABLE is allowed to execute against the field to expand the field size, then data corruption occurs. Use Case: Example Create table ...
about 5 years ago in IBM i / Db2 for i 4 Not under consideration

CPYTOSTMF

The CPYTOSTMF does not have the functionality to create a "Native Excel" XLS or XLSX file when the FROMFILE is an Physical file . Currently the CPYTOSTMF creates a delimited file separating fields using a comma, tilde, semicolon, etc. Suggest the ...
about 5 years ago in IBM i / Db2 for i 6 Not under consideration

Automatic Journaling of Access Paths

When journaling is started on a library, you can created inheritance rules which will cause journaling to start on objects of type *file, *dtaara, and *dtaq. When indexes are created over tables the object gets journaled (type = *file) but not the...
over 6 years ago in IBM i / Db2 for i 4 Not under consideration

Allow shorter audit value columns

The audit columns defined as GENERATED ALWAYS AS USER, SESSION_USER or CURRENT CLIENT_USERID require the column to be either 18, 128 or 255 bytes. While this is maybe a theoretical limit it makes no sense in 99.999% of the cases as usernames on IB...
over 6 years ago in IBM i / Db2 for i 1 Not under consideration

Add imbedded SQL to CL

Please add imbedded SQL precompiler support to CL.With so many cool new Services out there it would really simplify CL to be able to easily access those services.And many of those services would really help a "control" type language like CL.Saying...
almost 9 years ago in IBM i / Db2 for i 3 Not under consideration

SQL EXPORT command to create export streamfiles in e.g. CSV format

Wouldn't it be nice, if DB2 for i would provide an EXPORT statement, which would generate export streamfiles similar to CPYTOIMPF.e.g. something like EXPORT (SELECT HOST_NAME, PARTITION_ID, NUMBER_OF_PARTITIONS FROM QSYS2.SYSTEM_STATUS_INFO) TO '/...
over 8 years ago in IBM i / Db2 for i 2 Not under consideration