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 393

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...
over 1 year ago in IBM i / Db2 for i 2 Functionality already exists

Provide additional attribute for Adding trigger to enable them either for Interactive session or batch session.

Please provide an option to select either for interactive session or batch session while adding triggers to database files. It would help in a big way to develop access log applications for GDPR. Use Case: With the GDPR implementation in Europe, i...
almost 7 years ago in IBM i / Db2 for i 3 Not under consideration

JSON Store access with .Net API

You created the JSON Store Technology for DB2 for i. Therefore you have the Command Line Processor, Java API and SQL User Defined Functions. What is missing is a .Net API. Can you please insert that too? Use Case: More and More .Net Backend Applic...
about 8 years ago in IBM i / Db2 for i 2 Not under consideration

Enable ability to customize the name of the journal on CREATE SCHEMA

I would like to be able to specify the journal name when using CREATE SCHEMA command on IBM i, currently the Schema is created and journal is QSQJRN. The reason is if I created a schema starting with letter Q ,it creates the journal QSQJRN and I a...
almost 7 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

Add the DETAILED_INFO paramater to the OBJECT_STATISTICS Table Function

The OBJECT_STATISTICS UDTF in QSYS2 is getting better all the time. However the *ALLSIMPLE concept that was later added to other UDTFs via their DETAILED_INFO parameter would benefit OBJECT_STATISTICS as well. Originally the Object Name could cont...
over 2 years ago in IBM i / Db2 for i 1 Not under consideration

Add Program/Library and Job to Index Advised Table

The index advised table (and the according Navigator interfaces) should be enhanced by adding the (last) program and job identification that caused that specific index advise to be added/updated. Use Case: In order to perform general application p...
over 8 years ago in IBM i / Db2 for i 1 Not under consideration

Startup JVM on QZDASOINIT prestart process.

Would like the ability to specify a program or command to execute that will start up a JVM, for each of my prestarted QZDASOINIT jobs. Use Case: I have about 100+ customers running web apps, and connected via JDBC pooling from Spring. We are runni...
over 8 years ago in IBM i / Db2 for i 2 Not under consideration

Json datatype create table

The idea would be to create a json datatype as happens in other dbms. This allows you to create fields in json type files (and not blobs as suggested in some documentation) while also verifying their actual validity.
over 1 year ago in IBM i / Db2 for i 1 Not under consideration

Return Type for DB2 Coalesce Function Should Be "CHAR" NOT "DECFLOAT(34)" when params are (INT,CHAR) OR (CHAR,INT)

Apparently by design when the DB2 coalesce function evalute parameters consisting of mixed data-types, particularly CHAR(S) and INTEGERS it chooses a return data-type of DECFLOAT(34). When only these data-types are involved it should choose a vari...
over 5 years ago in IBM i / Db2 for i 2 Not under consideration