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 389

Audit which CL commands was executed using the QCMDEXC Procedure or scalar function.

Today if you execute a CL command inside of a QCMDEXC scalar function or QCMDEXC procedure, they are not audited. It would be extreamly helpful especially from a security perspective to be able to audit the commands that are executed that way.
3 months ago in IBM i / Db2 for i 1 Functionality already exists

chg sql to calculate in the right way

Sql calculate with the smalest decimalcalculate (in a Programm or in STRSQL)select Sum(1,25), sum(1,25/100)*19 from unique-file where unique-key in(a, b) --> 2 recordShow: 2,50 0,38 and that is wrong.of course if i think of it, ich can calculat...
29 days ago in IBM i / Db2 for i 0 Submitted

Declare UTF-8 character lenght in SQL TABLE not in bytes

Currently, when I create a new table and declare a field, for example, of type CHAR(10) UTF-8, the system only allows for 10 characters if each character is 1 byte in size. If a character occupies 2 or more bytes, the field length is no longer suf...
4 months ago in IBM i / Db2 for i 2 Not under consideration

DSPPGMREF with SQL

In SQL Services create a view or UDF, who have the same information as the CL command DSPPGMREF Use Case: get the list of programs that use a file ...
about 5 years ago in IBM i / Db2 for i 7 Future consideration

Named parameters for SQL insert statement.

Db2 for i has in few occasions been a forerunner for features of SQL. So perhaps this idea could also be one of these features. We have used named parameters for UDTF and stored procedures for quite some time. SELECT * FROM TABLE (QSYS2.IFS_OBJECT...
8 months ago in IBM i / Db2 for i 2 Future consideration

Add ISO 8601 timestamp format.

ISO 8601 format shows:2019-07-17T15:21:38Z2019-07-17T15:21:38+01:00T = seperator between date and timeZ = Zulu time+01:00 is Zulu + 1 hour Use Case: Trying to do data interchange with other systems.
over 5 years ago in IBM i / Db2 for i 10 Future consideration

SYSTOOLS.READ_SPREADSHEET to be able to read xlsx files from SQL

It would be usefull to be able to read xlsx files from within RPG programs for importing data as a table function.
11 months ago in IBM i / Db2 for i 2 Future consideration

Implementation of restore function that does not change the state of the access path

We would like you to implement the restore function that does not change the state of the access path by implicitly shared access paths. Our customers are having trouble getting their program to do something unexpected by save and restore. We wou...
over 2 years ago in IBM i / Db2 for i 6 Not under consideration

Allow more than 1 level of qualified datastructures in SQLRPGLE

We get more and more embedded SQL code in our RPGLE sources but the compiler still only supports 1 level of qualified data structures. This is such a pain. See Use case for example. More practical examples are joins where you want to use the exter...
over 4 years ago in IBM i / Db2 for i 6 Future consideration

SQL Script Listing Open IFS Share Sessions

The below SQL script "SELECT SERVER_SHARE_NAME, SHARE_TYPE, TEXT_DESCRIPTION, PATH_NAME, CURRENT_CONNECTIONS FROM QSYS2.SERVER_SHARE_INFO WHERE SHARE_TYPE = 'FILE';" will list all IFS shares and the number of current connections but does not provi...
10 months ago in IBM i / Db2 for i 2 Future consideration