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 4922

Allow the evaluation of RPG expressions as "pseudo host variables" in EXEC SQL statements

The idea is, to allow the evaluation of RPG expressions (including the call of %BIFs and procedures) inside an EXEC SQL statement as "pseudo-host-variables". The syntax could be like that: exec sql select count(*) into :myCounter from mytable w...
3 months ago in IBM i / Db2 for i 3 Not under consideration

A SQL view to display the information on a line

A view or function that provides information as in the DSPLIND command or the API QDCRLIND More here : https://www.ibm.com/docs/en/i/7.6.0?topic=ssw_ibm_i_76/apis/QDCRLIND.html
4 months ago in IBM i / Db2 for i 5 Future consideration

Authority Collection should include "object attribute"

Authority Collection should include "object attribute" along with the existing information about objects being accessed (object schema, object name, object type). Currently it is not possible to discern a physical file from a display file using th...
8 months ago in IBM i / Db2 for i 1 Future consideration

Custom SQLSTATE/MESSAGE for SIGNAL statement

Currently it is possible with the SIGNAL statement to return a custom SQLSTATE and message. DECLARE COUNTRY_NOT_FOUND CONDITION FOR SQLSTATE '02000'; DECLARE EXIT HANDLER FOR COUNTRY_NOT_FOUND SIGNAL SQLSTATE '75001' SET MESSAGE_TEXT = 'Country no...
8 months ago in IBM i / Db2 for i 1 Future consideration

Table that contains the QAUDJRN journal entry type descriptions

It would be useful to have a table, if one does not already exist, that contains the QAUDJRN journal entry descriptions. This would be very useful to be able to use to get the description using a join to the AUDIT_JOURNAL_xx & DISPLAY_JOURNAL....
over 1 year ago in IBM i / Db2 for i 7 Future consideration

Give the possibility to use CREATE TYPE statement

Add unique constraint on a field. For example : Create a weakly typed distinct type named BONUS that is based on an INTEGER data type and represents a percentage which cannot exceed 100. CREATE TYPE BONUS AS INTEGER WITH WEAK TYPE RULES CHECK(VALU...
9 months ago in IBM i / Db2 for i 1 Future consideration

Allow CREATE OR REPLACE TABLE to set the correct source info in the resulting table

When we create a table using CREATE TABLE to create a new table, the object description of the resulting table contains the source information for the source member used by RUNSQLSTM to create the table. When we use CREATE OR REPLACE TABLE to repl...
4 months ago in IBM i / Db2 for i 5 Under review

Enhance IBM SQL Services to use better "list" parameter parsing

I’d like to request an enhancement to IBM i SQL Services to improve flexibility when passing multiple values to parameters that accept lists. Currently, the following syntax does not work: table(qsys2.active_job_info(subsystem_list_filter=>'QIN...
8 months ago in IBM i / Db2 for i 4 Future consideration

Add item to RGZPFM status file to show progress

For system where table reorganizations have to be done frequently but within a timeframe, it would be useful to know the percentage at which a reorganization was stopped, for analysis and forecasting. Schemas in ACS already shows progress, but the...
18 days ago in IBM i / Db2 for i 0 Submitted

FETCH LAST n ROWS ONLY Support in SQL for IBM i

FETCH LAST n ROWS ONLY Support in SQL for IBM i Summary Currently, DB2 for i allows developers to fetch the first n rows of a result set using the FETCH FIRST n ROWS ONLY clause. However, there is no direct equivalent syntax to fetch the last n ro...
3 months ago in IBM i / Db2 for i 3 Future consideration