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 390

Allow RUNSQLSTM to support a "continuation character" for very long SQL statements

When coding SQL statements for creating tables or indexes or whatever, we often have a problem formatting very long SQL statements because there is not "continuation line" character supported by the statement processor. The COMMENT ON statement ca...
over 1 year ago in IBM i / Db2 for i 3 Not under consideration

Create an exit point similar to QIBM_QZDA_SQL2 but for all other SQL interfaces

There is no exit point for SQL when run outside the scope of ACS RUN SQL SCRIPTS or "Access i ODBC" as it is referred to in the docs. We need the ability to monitor and do other things for all SQL statements run on the system. We have users coming...
over 2 years ago in IBM i / Db2 for i 2 Future 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...
about 7 years ago in IBM i / Db2 for i 4 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...
almost 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...
almost 6 years ago in IBM i / Db2 for i 1 Not under consideration

Need SQL Procedures to allow the ownership to be changed and to allow the use of adopted authority

We would like to have an SQL statement way of changing the ownership of a stored procedure. The TRANSFER OWNERSHIP SQL statement does not support stored procedures.In addition, there needs to be a SQL statement way of allowing a stored procedure t...
over 6 years ago in IBM i / Db2 for i 2 Future consideration

Option to Normalize HTTP_RESPONSE_HEADER Fields (Key Names) in the QSYS2 HTTP Functions

The HTTP header fields are case-insensitive. That is, content-type, CONTENT-TYPE, and CoNtEnT-tYpE are all allowed uses of the IANA registered field Content-Type. Previously, when using the SYSTOOLS HTTP table functions (e.g., SYSTOOLS.HTTPGETCLO...
over 1 year ago in IBM i / Db2 for i 3 Future consideration

SQL check authority enhancement to understand level of authority

QSYS2.SQL_CHECK_Authority function in SYSTOOLS, is available to retrieve whether the current user is authorized to an object. This is good as returns 1 if authorized. However, if the business needs to know, for a file object whether user can view ...
over 2 years ago in IBM i / Db2 for i 1 Future consideration

Add options to TRUNCATE to support clearing a single partition (member)

The SQL TRUNCATE statement currently only supports removing data from the entire table, even when run against an ALIAS created against a single partition. Use Case: Fast truncation of a single partition (member), just like CLRPFM with a specific m...
over 4 years ago in IBM i / Db2 for i 2 Future consideration

SQL query to report on RGZPFM history with same details shown in table reorganzation panes

Provides historical details of table reorganizations that would benefit support and application users
over 1 year ago in IBM i / Db2 for i 1 Future consideration