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 219

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

Add SIRGAS 2000 as supported datum on DB2 for i

Since 2005, Brazil has adopted datum SIRGAS 2000 as its official Georeferencing System. Therefore, all information exchanged between government entities must adhere to this standard. It is also used by other Latin American countries. Thus, it woul...
about 1 month ago in IBM i / Db2 for i 1 Not under consideration

Sql Update using Common Table Expresions

Currently an UPDATE statement that attempts to update a field with the selected value from a Common table expression causes an SQLCODE -199 with SQLSTATE 42601: "Illegal use of KeyWord UPDATE. Token ( SELECT VALUES was expected" --or something sim...
about 2 months ago in IBM i / Db2 for i 1 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

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

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

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

add extra detail to the view qsys2.AUDIT_JOURNAL_DATA_MART_INFO

for the AUDIT_JOURNAL_DATA_MART_INFO view please add a column for the number of records in the data mart file.
6 months ago in IBM i / Db2 for i 1 Not under consideration

Provide a C/C++ "API" or function to enable reading Deleted records from a database file.

Now that the system is "closed" we can't use our old ways to do certain things. There needs to be a way to go out to a database file record and programmatically "undelete" that record. That is, say I'm going to open file ABC using the open or fope...
6 months ago in IBM i / Db2 for i 1 Not under consideration

Use job default CCSID for SQL (ie. instead of CCSID 65535)

When a system is currently configured with its CCSID set to 65535, this causes issues with SQL functions that require CCSID conversions (ex. JSON, HTTP, ...), for example Select cast(RESPO00001 as varchar(32)), cast(RESPO00002 as varchar(32)) from...
6 months ago in IBM i / Db2 for i 4 Not under consideration