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 359

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

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

Provide an Obscure Parameter attribute to SQL Functions for security purposes

When running a UDTF or UDF or even a stored procedure, we may be passing in sensitive information, such as passwords, security codes or credit card numbers. Similar to CL Command's DSPINPUT (display input) parameter, we need a way to hide that sen...
about 2 years ago in IBM i / Db2 for i 2 Not under consideration

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 6 years ago in IBM i / Db2 for i 1 Future consideration

Allow stored procedures created as *PGM objects to be called as exit point programs

When using the CREATE PROCEDURE SQL statement to create a *PGM Object it is NOT possible to call the generated object outside of SQL; doing so results in an error reporting "Pointer not set". Looking at the code generated as an intermediary step i...
about 1 year ago in IBM i / Db2 for i 4 Not under consideration

Speed up qsys2.active_job_info -> client_ip_address

We using the UDTF active_job_info in bacth to control jobs (msgw etc). Sometimes our DNS is not responding and the UDTF active_job_info is a never ending story because this function makes a reverse DNS look up and will never finish without a reach...
about 2 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...
almost 8 years ago in IBM i / Db2 for i 2 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 6 years ago in IBM i / Db2 for i 3 Future consideration

Requesting a series of SQL examples to add queries f trace results.

As we add more external systems connecting to the IBM i, the number of times the traces have been required to determine a failure is growing. I have had to open several tickets/case over time to get IBM Support to decode the traces for us. This pr...
about 1 year 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)...
almost 6 years ago in IBM i / Db2 for i 1 Not under consideration