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 385

Inline code for SQL procedures/function

Today you can use inline code in SQL procedures/functions with the "include" statement , but need to write the code in a separate file like this: call qsys2.ifs_write( path_name => '/tmp/main.c' , file_ccsid => 1208, overwrite => 'REPLACE...
about 1 year ago in IBM i / Db2 for i 1 Not under consideration

Json datatype create table

The idea would be to create a json datatype as happens in other dbms. This allows you to create fields in json type files (and not blobs as suggested in some documentation) while also verifying their actual validity.
about 1 year ago in IBM i / Db2 for i 1 Not under consideration

SQL Function to Round Up Decimal/Precision

Create new SQL function roundup or update ceiling to allow decimal result with a defined precision. We commonly need to round up to 1 or 2 decimal points. Given round( 24.03 , 1 ) results in 24.0 But in our use cases, we need to roundup so that we...
over 2 years ago in IBM i / Db2 for i 1 Not under consideration

Generate an error in the event of memory corruption

We would like an enhancement to protect or ensure that the storage areas that are used by DB2 are not corrupted by a cobol program or RPG program / or if there is corruption that an error is generated ( rather than returning an sql code like +100)...
over 6 years ago in IBM i / Db2 for i 1 Not under consideration

SQL view containing printer IP addresses

I would like an SQL view containing printer IP addresses. This could be a column added to QSYS2.OBJECT_STATISTICS and would return the "RmtLocName" value that is found on the "Display Device Description" panel of the WrkDevD command. Use Case: I h...
over 7 years ago in IBM i / Db2 for i 4 Future consideration

Add the DETAILED_INFO paramater to the OBJECT_STATISTICS Table Function

The OBJECT_STATISTICS UDTF in QSYS2 is getting better all the time. However the *ALLSIMPLE concept that was later added to other UDTFs via their DETAILED_INFO parameter would benefit OBJECT_STATISTICS as well. Originally the Object Name could cont...
over 2 years ago in IBM i / Db2 for i 1 Not under consideration

Add something like IF EXIST for a table, view, procedures, etc.

In SQL, I often need to check if a table exists and either delete or create it. I opened a case and was told the functionality does not exist. If a file exists, I need to delete/DROP it. Sometimes, I need to create the table.
over 1 year ago in IBM i / Db2 for i 3 Not under consideration

Provide additional attribute for Adding trigger to enable them either for Interactive session or batch session.

Please provide an option to select either for interactive session or batch session while adding triggers to database files. It would help in a big way to develop access log applications for GDPR. Use Case: With the GDPR implementation in Europe, i...
over 6 years ago in IBM i / Db2 for i 3 Not under consideration

Provide an Obscure Parameter attribute to SQL Functions for security purposes

When running a UDTF or UDF or even a stored procedure, we may be passing in sensitive information, such as passwords, security codes or credit card numbers. Similar to CL Command's DSPINPUT (display input) parameter, we need a way to hide that sen...
over 2 years ago in IBM i / Db2 for i 2 Not under consideration

Enhnance XMLROW by adding an OPTION of "OPTION EXCLUDE XMLDECLARATION" to this function

When using the XMLROW function, it addes the XML header tag to each returned row. So you end up with <?xml version="1.0" ENCODING="IBM037"?> prefixing each and every row. IBM ACS and other interfaces strip off that header tag internally. But...
over 1 year ago in IBM i / Db2 for i 1 Not under consideration