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

My votes: Db2 for i

Showing 378 of 4398

Allow use of RPG procedures in embedded SQL as host "variable"

When writing embedded SQL, host variables should be real variables instead of expressions which requires additional step to define extra work variables and assign the expression in advance to the work variable. Use Case: An example might be as fol...
about 6 years ago in IBM i / Db2 for i 4 Not under consideration

"UPSERT" - update or insert

It would be appreciated if a UPSERT SQL statement could be introduced, that do an UPDATE but if the row does not exist will be changed to an insert. Look at upsert patterns and antipatterns: https://michaeljswart.com/2017/07/sql-server-upsert-patt...
about 5 years ago in IBM i / Db2 for i 5 Not under consideration

UDTF returning dynamic resultset

Today stored procedures can return dynamic result sets. It will be appreciated if UDTF could have the same feature. Today you can only return a TABLE, you need however to define each column even though a cursor will contain the required informatio...
about 5 years ago in IBM i / Db2 for i 3 Future consideration

Please create SQL service to retrieve PCML from compiled modules

Breaking out this part from https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3437 Please create a SQL service to retrieve PCM from compiled programs like the QBNRPII but easier to use. My personal use case for this is to automatically create P...
almost 2 years ago in IBM i / Db2 for i 1 Future consideration

audit fields

We would like to register info about creation and update of a row (anddelete when it comes to temporal tables). For these lifeCycleEvents', we need to store automatically (once forcreation, always for update) : - current timestamp, - transactionId...
about 4 years ago in IBM i / Db2 for i 3 Not under consideration

SQL Services should support audit journal & authority collection

Currently usage of IBM i Services (SQL) (e..g QSYS2.OUTPUT_QUEUE_ENTRIES_BASIC ) can fail with an authority failure without logging to the OS audit journal or showing up in authority collection. Per IBM support, this is working as designed. I'm co...
over 3 years ago in IBM i / Db2 for i 4 Future consideration

Change all SQL Interfaces (RUNSQLSTM, RUNSQL, STRSQL, etc) to NOT generate QSQLSRC in QTEMP

When "compiling" an SQL Procedure, Function, Variable or sequence the system (RUNSQLSTM) generates 2 work files as outlined in https://www.ibm.com/support/pages/restriction-qsqlsrc-end-usersThe 2nd file name is QSQL00001 (or similar) while the 1st...
over 3 years ago in IBM i / Db2 for i 3 Not under consideration

JavaScript (Node.js) as native stored procedure / UDTF language

Today we can use PL/SQL, java and any other ILE language to make stored procedures and UDTF in Db2. However new languages are being used for modern application ie javaScript within Node.js and Python to name a few - and and other languages from th...
about 5 years ago in IBM i / Db2 for i 5 Future consideration

Alter table without exclusive lock

Provide possibility to alter table add column without exclusive lock on the table to enable 24x7 deployment with zero downtime for real-time applications. Possible solution can be done in a same way as online DDL in innodb. (https://dev.mysql.com/...
about 6 years ago in IBM i / Db2 for i 2 Not under consideration

create SQL Service like WRKJOBLOG e.g. JOB_LOG_INFO and REMOVE_JOB_LOG

using JOB_INFO one is able to find about job status. If there is high activity on a server, a lot of job logs are created. To clean up, one can use WRKJOBLOG, use filtering, and F13 to delete. Please provide SQL service for a) filtering and gettin...
almost 2 years ago in IBM i / Db2 for i 2 Future consideration