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

Allow COALESCE to provide automatic CAST

I have this line in a CREATE VIEW statement: coalesce(va.vaaddress1, '?Unknown') as vaaddress1, When the view is accessed using SQL embedded in ILEPRPG, the SQLSTATE becomes 01004. VAADDRESS1 is defined in a SQL TABLE as CHAR(40). It would save a ...
6 days ago in IBM i / Db2 for i 1 Not under consideration

Moving old data from production tables to historic tables in another library

In an active production system such as we have being in a 24 hour service financial environment, we have an issue with old data that exists in many of our database tables. Every second new data is being recorded in this tables and old the old data...
14 days ago in IBM i / Db2 for i 2 Not under consideration

Include LF with shared access path in SYSPARTITIONINDEXES and SYSPARTITIONINDEXSTAT

SYSPARTITIONINDEXES and SYSPARTITIONINDEXSTAT include many usefull informations about logical files (DDS type). Since they are a valid substitute for the use of APIs, it would be very useful if logic files with shared access were also included in ...
3 months ago in IBM i / Db2 for i 1 Not under consideration

Tools do assist with Spatial/GIS data on DB2 for i

When dealing with spatial data, it is quite common to use tools and/or products that assist in the manipulation and loading of this data. Even within the DB2 family (LUW and z/OS), there is the DB2 Spatial Extender which enables the import and man...
about 2 months ago in IBM i / Db2 for i 1 Not under consideration

Add an SQL processing option to automatically produce default values for NULL columns

Add a new processing option for use in SET OPTION statement that would cause DB2 to essentially produce COALESCE() functions for null capable columns. Suggested option keyword: GENDFTONNULL. Default to *NO for compatibility. *YES would cause null ...
4 months ago in IBM i / Db2 for i 1 Not under consideration

RGZPFM option MBR(*ALL )

Enable the use *ALL on option MBR for the RGZPFM command for a hash partitioned table.
5 months ago in IBM i / Db2 for i 2 Not under consideration

Improve implementation of Geospatial Data Types

Two parts to this based on observations to date. 1) Currently the supported Geospatial data types, as referenced in QSYS2.SYSTYPES, are based upon BLOB column types. However, you cannot specify the size of the column like you can with BLOB columns...
about 2 months ago in IBM i / Db2 for i 1 Not under 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...
almost 3 years ago in IBM i / Db2 for i 6 Not under consideration

Select into :dsArray

It would be great to be able to select columns from a table directly into a data structure array instead of going through the process of creating a cursor. Because a lot of times you just want the list of matches and then your done. It makes even ...
about 5 years ago in IBM i / Db2 for i 6 Not under consideration

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...
7 months ago in IBM i / Db2 for i 2 Not under consideration