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 414

ALTER SEQUENCE: ALLOW SUBSELECT

It would helpful to use an expression like a subselect with DDL, such as: alter sequence XYZ.SEQ1 restart with (select max(ID) + 1from XYZ.TAB1) Use Case: It is common to add rows to a table. If one of the columns is not an identity column but ins...
over 7 years ago in IBM i / Db2 for i 1 Future 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

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

Include DDM File based-on object information in the QDBRTVFD API

Today, when using QDBRTVFD to retrieve information about a DDMF (DDM File) the based on information returns only the Record Format name, not the file or library (or member) over which the DDMF is pointing. This occurs even when the DDMF is pointin...
over 1 year ago in IBM i / Db2 for i 1 Future 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...
over 2 years ago in IBM i / Db2 for i 1 Not under consideration

Document SQLCLI attribute to persist open cursors across program boundaries.

SQLCLI cursors are unexpectedly closed when an application returns to a calling program in the stack. The SQLCLI connection persists but the cursors do not. Use Case: Objective: Maintain array of open cursors for connecting client software having ...
over 7 years ago in IBM i / Db2 for i 3 Future 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/...
over 2 years ago in IBM i / Db2 for i 2 Functionality already exists

Retrieve existence from /QNTC shared folder by QSYS2.IFS_OBJECT_STATISTIC

QSYS2.IFS_OBJECT_STATISTICS returned not value if /QNTC shared folders are selected, even if I use the required user-authentification. Compare to QMGTOOLS/CHKIFS what returned '10' for exisiting and '00' for not found. Would it be possible to modi...
over 1 year 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...
over 2 years ago in IBM i / Db2 for i 2 Not under consideration

Reset *JOB environment

Hi IBM Support, We have a situation where we run a third-party utility to import an excel file to a database table. As part of this process, a number of *JOB environment variables are added causing Python output to the console to display unprintab...
over 1 year ago in IBM i / Db2 for i 4 Not under consideration