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 213

Enhance QCMDEXC Scalar function to process an entire result set

I have hit a max limit on the QCMDEXC scalar function. for example, I have 243 jobs in the job scheduler and I need to hold them all with the exception of a few. I have to run my HLDJOBSCDE command using the qcmdexc scalar function about 3 times b...
about 1 year ago in IBM i / Db2 for i 4 Not under consideration

Declare Array variables in SQL/PSM like in DB2 LUW

In stored procedures and UDF/UDTF of DB2 for i, I would like to be able to declare an array like in this example : DECLARE TYPE CARD_NUMBER AS VARCHAR(1) ARRAY [24]; … this is already possible on DB2 LUW, as can be seen in this example: https://ro...
over 2 years ago in IBM i / Db2 for i 2 Not under consideration

Customize CPYTOIMPF command

In CPYTOIMPF command with STRDLM('"') (double quote). Actually function is "ALL THE DATA AND ANY DOUBLE QUOTES IN THE MIDDLE NOW GET AN ADDED DOUBLE QUOTE SO ITS A SINGLE DOUBLE QUOTES". I need what was optional this function using a data area. Us...
almost 6 years ago in IBM i / Db2 for i 4 Not under consideration

Allow cross system exception joins

Please allow cross system exception joins. Use Case: -- Not a valid statement. Apparently you cannot do a cross system exception join.-- SQL State: 56023 Vendor Code: -512 Message: [SQL0512] Statement references objects in multiple databases. Caus...
over 8 years ago in IBM i / Db2 for i 2 Not under consideration

Revisit, enhance and reduce redundancy in earlier SQL Services VIEWS that utilize OBJECT_STATISTICS

Some early SQL Services, such as MSGQ_INFO and MSGF_DATA use a 2-phase OBJECT_STATISTICS instance to build the list of objects they're using or returning. See additional details for example. Today, the OBJECT_STATISTICS includes the system library...
over 2 years ago in IBM i / Db2 for i 1 Not under consideration

Retrieve SQL source does not format source for easy readability and includes garbage in the source.

For SOX reasons, I retrieve the source DDL to include in change control. We still use source files to store the DDL. The source retrieved is not clean and recently started including a \t at the start of each new line. Please improve the formatting...
over 2 years ago in IBM i / Db2 for i 5 Not under consideration

SQL - parse char string using external definition

Many times, in existing customers ERPs, there are fields where structured information is stored in a single big CHAR string. Usually the intent is to have a generic data carrying field in the same table, where the type of information is stored in ...
over 1 year ago in IBM i / Db2 for i 1 Not under consideration

SQL Function to Round Up Decimal/Precision

Create new SQL function roundup or update ceiling to allow decimal result with a defined precision. We commonly need to round up to 1 or 2 decimal points. Given round( 24.03 , 1 ) results in 24.0 But in our use cases, we need to roundup so that we...
over 2 years ago in IBM i / Db2 for i 1 Not under consideration

Generate an error in the event of memory corruption

We would like an enhancement to protect or ensure that the storage areas that are used by DB2 are not corrupted by a cobol program or RPG program / or if there is corruption that an error is generated ( rather than returning an sql code like +100)...
over 6 years ago in IBM i / Db2 for i 1 Not under consideration

Inline code for SQL procedures/function

Today you can use inline code in SQL procedures/functions with the "include" statement , but need to write the code in a separate file like this: call qsys2.ifs_write( path_name => '/tmp/main.c' , file_ccsid => 1208, overwrite => 'REPLACE...
over 1 year ago in IBM i / Db2 for i 1 Not under consideration