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 404

Allow COALESCE to provide automatic CAST

I have this line in a CREATE VIEW statement: coalesce(va.vaaddress1, '?Unknown') as vaaddress1, When the view is accessed using SQL embedded in ILEPRPG, the SQLSTATE becomes 01004. VAADDRESS1 is defined in a SQL TABLE as CHAR(40). It would save a ...
about 18 hours ago in IBM i / Db2 for i 0 Submitted

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...
about 1 month ago in IBM i / Db2 for i 0 Submitted

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...
about 1 month ago in IBM i / Db2 for i 3 Submitted

Improve reorganize while active

the reorganize while active mechaniism is a very interesting mechanism and allows you to reorganize files under journal allowing you to clean up many deleted records without closing applications and services. However, the mechanism does not allow...
10 days ago in IBM i / Db2 for i 0 Submitted

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...
2 months ago in IBM i / Db2 for i 1 Future consideration

Follow up for CVE-2024-27275 and ACS - > Database Maintenance with Function Usage options

With the recent changes to restrict *PUBLIC from *USE to *EXCLUDE in regards to files created in QRECOVERY for db administration tasks like reorganizing tables (physical files), table alters and index rebuilds, would it be possible with the except...
about 1 month ago in IBM i / Db2 for i 2 Future consideration

Moving old data from production tables to historic tables in another library

In an active production system such as we have being in a 24 hour service financial environment, we have an issue with old data that exists in many of our database tables. Every second new data is being recorded in this tables and old the old data...
9 days ago in IBM i / Db2 for i 0 Submitted

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....
8 months ago in IBM i / Db2 for i 7 Future consideration

Support ISO 8601 Date-Time Format in VARCHAR_FORMAT and TIMESTAMP() patterns

This may be a dup of an 4 or 5 year old request, but please add native support for the ISO 8601 date-time format in Db2 for i. This includes: 1. Parsing and Formatting: Built-in SQL functions to convert between ISO 8601 and existing Db2 date/time ...
about 1 month ago in IBM i / Db2 for i 1 Future consideration

Allow reuse of QSQSVR prestart jobs for multithread jobs running embedded SQL in server mode

Please allow release of QSQSVR prestart jobs back to the pool upon thread termination for embedded SQL (SQLRPGLE) running in server mode in multithread capable jobs. Currently, when a multithreaded job running in server mode (set by QWTCHGJB) spaw...
7 months ago in IBM i / Db2 for i 2 Future consideration