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 438 of 4921

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 7 years ago in IBM i / Db2 for i 1 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...
almost 9 years ago in IBM i / Db2 for i 2 Not under consideration

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

DB2 SQL join with USING need to support nullable column

I have a problem with a JOIN when columns are nullable. summary: I ask for an correction of the USING feature : in the sql engine do a IS NOT DISTINCT FROM when the column is nullable, so USING will do its job. details: for a better explanation, y...
about 3 years ago in IBM i / Db2 for i 1 Not under consideration

XMLVALIDATE: when it found an issue, it doesn't inform in which number line inside XML is the issue.

Hello, At present we're using XMLVALIDATE (SQL-XML) to check if the file XML it's right or not with XSD files. When we use "XMLVALIDATE" and SQL founds an issue inside XML, then SQL throws a message error, but it doesn't inform to us in what line/...
about 3 years ago in IBM i / Db2 for i 2 Functionality already exists

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 6 years ago in IBM i / Db2 for i 2 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 3 years ago in IBM i / Db2 for i 2 Not under consideration