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

FILTER BY CATEGORY

Db2 for i

Showing 335 of 4049

Eliminate the Propagation of READS SQL DATA in Caller Functions in SQL

When creating User Defined Table functions in SQL, the CONTAINS SQL, READS SQL DATA and MODIFIES SQL DATA statements are currently propagated up the food chain. This means if a simple function calls another function, that called function's attribu...
almost 2 years ago in IBM i / Db2 for i 2 Not under consideration

Add the Module feature to PL/SQL

To improve modularity and maintainability of PL/SQL code, could you please add to DB2 for i, the support of modules, which already exists on other DB2 platforms : https://www.ibm.com/docs/en/db2/9.7?topic=modules-referencing-objects-defined-in Thi...
5 months ago in IBM i / Db2 for i 1 Future consideration

IBM i Service to list Netserver Share and Sessions

Currently, there is no way to list from an IBM i command line the Netserver Share or Session details. An IBM i Service to list these details would make like a lot easier. I accept that the Go Nets menu is an alternative to this but it has signific...
almost 4 years ago in IBM i / Db2 for i 7 Future consideration

RPGLE embedded SQL nested datastructure (array)

It would be useful to allow nested ds and nested ds arrays for hostvariables in embedded SQL (RPGLE). Because now i have to move the nested subfield into a secondary standalone field.This is a horrible workaround :-) . Use Case: CASE WHEN :Example...
over 4 years ago in IBM i / Db2 for i 6 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...
about 2 months ago in IBM i / Db2 for i 1 Needs more information

Add a YEAR_ISO function

Add a YEAR_ISO function to get the ISO year of a given date/timestamp. The VARCHAR_FORMAT function can be used with the 'IYYY' format to optain the ISO year but it would be nice if there were a shorthand just like with WEEK_ISO and DAYOFWEEK_ISO. ...
almost 2 years ago in IBM i / Db2 for i 2 Future consideration

Allow variables defined with like(...) to be used as embedded SQL host variables

Variables defined with like(...) should be usable as embedded SQL host variables. Allowing only variables defined with a specific datatype makes for more difficult application maintenance.
4 months ago in IBM i / Db2 for i 2 Not under consideration

SQL precompiler support for EXTNAME(filename : fmtname : fieldtype) where fieldtype is *ALL, *INPUT, *OUTPUT, or *KEY

Allow the use of a data-structure defined with EXTNAME(*ALL, *INPUT, *OUTPUT, or *KEY) to be used as an SQL host variable. Use Case: In a case where IO must be done with a workstation file you have to code separate data-structures, one with *ALL f...
almost 3 years ago in IBM i / Db2 for i 5 Future consideration

Obscure the RUNSQL and RUNSQLSTM Workfile names in QTEMP

When using RUNSQLSTM in CL, a source file is created in QTEMP with the name QSQLSRC.Users with QTEMP on their library lists now have a "magically appeared" file on their library list that may cause corruption of tasks that previously ran normally....
almost 2 years ago in IBM i / Db2 for i 3 Not under consideration

Implement TO_UTC_TIMESTAMP in Db2 for i

Other IBM database products have a method TO_UTC_TIMESTAMP that can be used to convert a timestamp from the local time zone to UTC, with awareness of the DST rules in effect on the date in question. Example Knowledge Center page from IBM Big SQL 5...
almost 3 years ago in IBM i / Db2 for i 2 Future consideration