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 367 of 4365

Enhance SQL CREATE_WRAPPED by making it a keyword on the CREATE FUNCTION and PROCEDURE Statements

When creating a UDF, UDTF, or PROC using SQL, the need to enclose everything in quotes and then double-up embedded quotes and everything else associated with that situation is painful when using the WRAP function and CREATE_WRAP procedure. So much...
over 1 year ago in IBM i / Db2 for i 1 Not under consideration

Add column and filter for the job's current user to JOB_INFO

I need a way to get the job date from an SQL session so that I can test SQL statements as they might have run in the past using only SQL features. JOB_INFO UDTF only returns job information for the connection user not the current user as is needed...
over 6 years ago in IBM i / Db2 for i 1 Not under consideration

Enhance SQL UDTF LANGUAGE SQL INCLUDE statement to support user-written C functions

When building new capability for the #IBMi platform, we use the CREATE TABLE FUNCTION and CREATE FUNCTION SQL statements with the "INLINE" statement, to pull in source code written in the C language.Today, one "block" of code is permitted per incl...
almost 3 years ago in IBM i / Db2 for i 4 Future consideration

Make PTF listing available in XML output

I was looking at all the great "IBM i Services" and I thought of a new one:List the PTF's available at IBM which are not on my system.However I thought of doing it on my own. First I looked athttp://www-912.ibm.com/a_dir/as4ptf.nsf/WWWPTFBYDATE?Re...
about 8 years ago in IBM i / Db2 for i 4 Not under consideration

SQL - parse char string using external definition

Many times, in existing customers ERPs, there are fields where structured information is stored in a single big CHAR string. Usually the intent is to have a generic data carrying field in the same table, where the type of information is stored in ...
9 months ago in IBM i / Db2 for i 1 Not under consideration

Journal entry needed when statistics removed from file

During upgrade from 7.2 to 7.3 we got serious performance degradation for some SQL queries. Trying to improve performance we request and remove some file statistics on the source (production) system. It help for some issues. Unfortunately on the t...
over 4 years ago in IBM i / Db2 for i 1 Not under consideration

New SQLSetStmtAttr option for Completion/Diag Messages

During Debug mode, on IBM i, the SQL CLI APIs, such as SQLExecute generate diagnostic and completion messages indicating things such as "xx rows selected" or "xx rows inserted", or "Table XXX Dropped". This information does not currently get gener...
almost 7 years ago in IBM i / Db2 for i 2 Future consideration

Allow a SQL stored procedure to use 3 part naming without having to create a custom *SQLPKG on each target.

I created a sql stored procedure which looks like the following: CREATE PROCEDURE rob.PROPAGATE_QLNKOMT() LANGUAGE SQL MODIFIES SQL DATA SET OPTION DATFMT = *ISO P1 : BEGINDECLARE OMIT_LIST CHARACTER VARYING ( 32000 ) ; SELECT FSXCMD INTO OMIT_LIS...
9 months ago in IBM i / Db2 for i 2 Functionality already exists

Add variable support on CONNECT statement within SPL

Add variable support for CONNECT statement in SPL. Use Case: CREATE or replace PROCEDURE BACKUP_STATUS LANGUAGE SQL MODIFIES SQL DATA P1: BEGIN DECLARE COMMAND CHAR(200); -- Ensure this is large enough. DECLARE V_SYSTEM_NAME CHAR(25); FOR V1 AS C1...
over 5 years ago in IBM i / Db2 for i 1 Not under consideration

Allow variable name as part of three part naming

Allow variable name as part of three part naming. Use Case: FOR V1 AS C1 CURSOR FOR select x.* from table( values('RACK1HST'), ('GDWEB'), ('GDIHQ1'), ('GDISYS1'), ('MAIL1'), ('RACK2HST'), ('GDWEB2'), ('GDIHQ2'), ('GDISYS2'), ('MAILTWO'), ('RACK3HS...
over 5 years ago in IBM i / Db2 for i 1 Not under consideration