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

My ideas: Db2 for i

Showing 139

Power off Date by sql

we require the ability to find the time and date of machine shutdown via sql (scheduled via the go power command)
4 months ago in IBM i / Db2 for i 4 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.
5 months ago in IBM i / Db2 for i 2 Future consideration

SQL view device status

The idea is based on the creation of an SQL view that allows you to view the status of any device. The native RTVCFGSTS command is not particularly convenient to use via SQL, this view would allow you to break down this limit and provide the real-...
4 months ago in IBM i / Db2 for i 1 Future consideration

Enhance or create a new DB2 Service IFS Save Files

Need the ability to see the details of a save file that contains IFS objects so that we can programmatically act on what is inside the save file. For example: CRTSAVF FILE(yourlib/yoursavf)SAV DEV('/qsys.lib/yourlib.lib/yoursavf.file') OBJ(('/home...
8 months ago in IBM i / Db2 for i 2 Future consideration

Implement JSON_LEN SQL scalar function (returns # of elements in JSON array)

Please implement a new SQL scalar function JSON_LEN, which returns the number of elements in a JSON array. if MyJSON contains "{"MyObj":{"MyArray":["One","Two","Three"]}}" exec sql set :NumElems = JSON_LEN(:MyJSON, '$.MyObj.MyArray'); sets NumElem...
6 months ago in IBM i / Db2 for i 4 Future consideration

UUID datatype for IBMi

A UUID is a Universally Unique Identifier, meaning that these identifiers are unique over your whole DB; even better unique" across space and time". UUID's are stored in 128bit format and follow a standarized format (rfc4122) This makes the type a...
over 1 year ago in IBM i / Db2 for i 5 Future consideration

SQLRPGLE precompiler - allow usage of large VARCHARS by interpreting the same as SQLTYPE(CLOB)

Currently you cannot use large RPGLE VARCHARs (length >= 32705) in EXEC SQL statements. I suggest updating the SQL precompiler and SQL processing so that they can be. This would remove the need for defining SQLTYPE(CLOB) in new programs, VARCHA...
12 months ago in IBM i / Db2 for i 2 Future consideration

Create GenerateAndEmailSpreadsheet

With the addition of Generate Spreadsheet and Send Email both are valuable but the adoption would have quite a bit of use if we had one function that does both.
10 months ago in IBM i / Db2 for i 2 Future 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...
almost 4 years ago in IBM i / Db2 for i 6 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.
about 5 years ago in IBM i / Db2 for i 10 Future consideration