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 383

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 ...
about 1 year ago in IBM i / Db2 for i 1 Not under consideration

LISTAGG - Add parameter for length and allow less than 4000

The new LISTAGG function is very convenient. Two things that have us scratching our heads though:(1) Why does the length have an arbitrary minimum of 4000?(2) Why is setting a different length done by a CAST of the input instead of just adding a 3...
over 7 years ago in IBM i / Db2 for i 2 Not under consideration

Flag schema and it's objects to use SSD

To improve performance I would like to flag a SQL schema/library to store all objects contained in it on the Solid State Drives. Use Case: We have a process that builds tables, with a large amount of data, in a specific schema, copies them to the ...
over 7 years ago in IBM i / Db2 for i 2 Not under consideration

Allow a SQL stored procedure to use 3 part naming without having to create a custom *SQLPKG on each target.

I created a sql stored procedure which looks like the following: CREATE PROCEDURE rob.PROPAGATE_QLNKOMT() LANGUAGE SQL MODIFIES SQL DATA SET OPTION DATFMT = *ISO P1 : BEGINDECLARE OMIT_LIST CHARACTER VARYING ( 32000 ) ; SELECT FSXCMD INTO OMIT_LIS...
about 1 year ago in IBM i / Db2 for i 2 Functionality already exists

Increase size of SQL host variables

According to documentation the limit for an SQL statement is 2^21 bytes, yet the limit for a host variable in a dynamic SQL statement is approximately 2^15 bytes. This is preventing SQL statements larger than 32740 bytes from being prepared and ex...
over 7 years ago in IBM i / Db2 for i 1 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...
about 2 years ago in IBM i / Db2 for i 2 Not under consideration

Enhanced SQL Call Level Interface (CLI) resource management options

Today, a CLI (SQL Call Level Interface) environment handle allocated via the SQLAllocEnv() API is automatically tied to the callstack entry which allocated it, meaning that when that program leaves the stack, the system deems the environment handl...
about 2 years ago in IBM i / Db2 for i 4 Future 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...
about 1 year ago in IBM i / Db2 for i 1 Not under consideration

Python support for external SQL stored procedures.

DB2 SQL for i support Java for external stored procedures. I will be be a good option if we can write external stored procedures in Python and may be some other open source languages like Go Lang.
about 2 years ago in IBM i / Db2 for i 1 Future consideration

Object control level - user defined attribute not persistent

IBM provide an API QLICOBJD which allows us to set some of the attributes of an object. This API is an extension of the CHGOBJD command that only covers limited fields. We use this to store a reference to which object promotion job/date/user etc p...
over 7 years ago in IBM i / Db2 for i 2 Not under consideration