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 223

sql describe for embedded SELECT (embedded in CREATE or INSERT)

I work into a security software, and I have to identify when sensitive data are readRCAC is not always the solution.For example : when sensitive data are worked from a well known program, it is ok,But when the same data are worked from STRSQL or A...
about 6 years ago in IBM i / Db2 for i 3 Not under consideration

CHGPF with SRCFILE option causes all Field Procedures to decrypt all the data encrypted in the file

when a CHGPF with SRCFILE option is ran over a Physical file with a Field Procedure on one or more fields the data is automatically decrypted to the the full value. Use Case: When file XFILE contains a field SOCIAL that has a field procedure on it...
over 7 years ago in IBM i / Db2 for i 2 Not under consideration

Add option to NOT generate QPJOBLOG spoolfiles when debugging SQL RPG programs.

When debugging a SQLRPGLE program and the files used in the program are large, the system generates hundreds of spool files QPJOBLOG which are all basically the same and have no useful information. It takes time to delete and slows the debug proce...
about 6 years ago in IBM i / Db2 for i 8 Not under consideration

IBM DB2 SQL Table: Database Manger Identity / Duplicate Key

SQL Table created in IBM Navigator for I. Identity column created as decimal, 9 in length. Database manager generates value is set to always and cycle values when the maximum or minimum value is reached is checked. There is also a primary key cons...
about 6 years ago in IBM i / Db2 for i 4 Not under consideration

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...
over 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.
over 1 year ago in IBM i / Db2 for i 1 Not under consideration

0N002 - A character cannot be mapped to a valid XML character.

Since we started using SQL more and more to build and parse XML we are running into SQL state error of 0N002 - A character cannot be mapped to a valid XML character. Our only known fix for this is to do a regular expression statement on each colum...
about 8 years ago in IBM i / Db2 for i 2 Not under consideration

Support ability to 'Lock In' a DB2 Plan

The DB2 optimizer continually reevaluates all conditions/variables to create the best plan at that moment. And almost always, the optimizer creates the best plan. There are times however, when the optimizer makes a poor choice. And when it does, t...
about 8 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

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