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

IBM i

Showing 2844

Be able to use CTL-OPT BNDDIR anywhere in a program

For each service program, we put our exported prototypes into a "reference source" in a file named "QRPGLEREF". Hence, our programs can use these prototypes by including those reference sources, e.g. program ORD001 might begin: ctl-opt; /include q...
3 months ago in IBM i / Languages - RPG 1 Future consideration

New Nav for i - Group System endpoints.

It would be nice to have the ability to group systems in New Nav. I have 130+ systems mixed into prod, dev, and qa. Would be nice to separate them on the Dashboard page. I am using one central location to manage all of my endpoints which is great!...
3 months ago in IBM i / System Management 1 Future consideration

Getting the response as a stream from the HTTP functions in QSYS2

The HTTP functions wait until the entire response has been received before returning it. Returning the response as a stream, without waiting for it to be complete, it would result in better performance particularly with very large responses.
2 months ago in IBM i / Db2 for i 1 Not under consideration

Using SYSTOOLS.GENERATE_SPREADSHEET to export data to excel, using an existing excel template.

Be able to use an excel template, SPREADSHEET_TEMPLATE, to put the generated data in, setting sheet SPREADSHEET_SHEET and cell SPREADSHEET_CELL where to start put the data.
9 months ago in IBM i / IBM i Access Family 1 Future consideration

New ASSERT op-code

Assertions are good programming style and widely in use in C, C++ and other languages. The idea is to have an ASSERT op-code like that: assert sqlcode in %list(0:100) 'Unexpected SQLCODE = '+%char(sqlcode); assert sqlcode = *zero %msg(...) %target...
7 months ago in IBM i / Languages - RPG 6 Future consideration

options(*exact) indicator should accept *on and *off

Declaring an indicator on a procedure parameter using options(*exact) restricts calling processes to passing in '1' and '0' literal strings. I think this should accept the special values *on and *off. This currently does not compile. I believe the...
5 months ago in IBM i / Languages - RPG 1 Is a defect

Change of name for ILE/RPG

Time to give ILE/RPG a new name that is better suited to its current form.Call it "RPG for i", matching "Db2 for i". Use Case: By giving the RPG product a new name will help us define the difference between modern free format RPG & the older f...
about 4 years ago in IBM i / Languages - RPG 8 Not under consideration

Use 'IN' operator on %split to compare like in %list

When working with a list represented in a string, with %split, the 'IN' operator cannot be used as it can with the function %list. However, it is necessary to have this functionality in order to check if certain elements are present in a string li...
about 1 year ago in IBM i / Languages - RPG 1 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.
7 months ago in IBM i / Db2 for i 2 Future consideration

SQL Script Listing Open IFS Share Sessions

The below SQL script "SELECT SERVER_SHARE_NAME, SHARE_TYPE, TEXT_DESCRIPTION, PATH_NAME, CURRENT_CONNECTIONS FROM QSYS2.SERVER_SHARE_INFO WHERE SHARE_TYPE = 'FILE';" will list all IFS shares and the number of current connections but does not provi...
6 months ago in IBM i / Db2 for i 2 Future consideration