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

All ideas

Showing 4505

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

String interpolation for RPG

Add string interpolation support so variables can be inserted into string literals without having to use concatenation with + symbols and multiple literals. For example:apples = 4bananas = 3print(f"I have {apples} apples and {bananas} bananas") Us...
about 3 years ago in IBM i / Languages - RPG 11 Not under consideration

When using GO PTF option 8, have a splash screen before options menu to remind review of PTF instructions such as cume

When using GO PTF opt 8 a splash screen comes up before the options menu that states if doing a major PTF update (such as cume and groups) to review the cume instructions and make sure any pre-req steps which are part of the cume instructions are ...
almost 2 years ago in IBM i / PTF and Service 1 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...
over 4 years ago in IBM i / Db2 for i 6 Future consideration

Add new parameter SAVDTA( *YES | *NO ) to the SAVLIB and SAVOBJ commands.

It would offer the ability to save a library (or object) without data so that a new instance of an application could be created starting with an empty database. Everything would be saved except the data. When the library is later restored tables a...
10 months ago in IBM i / Save and Restore 4 Future consideration

Change SPOOLED_FILE_DATA so *SCS spooled files with ICGDTA(*YES) can be search

I wrote a routine to allow me to present spooled files in VS Code and open them into an edit tab, I can also download the spooled file. These actions use CPYTOSPLF. I also wrote a routine that uses SPOOLED_FILE_DATA but some *SCS reports are not a...
6 months ago in IBM i / Db2 for i 4 Under review

CLI command power on / off Multiple specified Managed Systems at same time

Currently the latest Firmware ONLY allows to power on / off a single Managed System or ALL Managed Systems currently managed by this HMC. Requesting to have ability, in CLI, to Power On / Off multiple specified Managed Systems at the same time, li...
7 months ago in Hardware Management Console 2 Planned for future release

Add ptf compare between multiple systems to New Navigator

The old fat client navigator with the compass from the deprecated windows product had the ability to compare PTF's between multiple systems and propagate them.Please add this to the New Navigator. Use Case: I want to know what PTF's are on my test...
almost 3 years ago in IBM i / System Management 5 Future consideration

Dynamic Strings in RPG

Have the ability to declare a character very similar to how we declare a string in Java without having to give it a length. Use Case: In Java to declare a string its just String mytext; In RPG I would like to declare a char as dcl-s myText char; M...
over 3 years ago in IBM i / Languages - RPG 12 Future consideration

Add Case Conversion to RPG Subprocedure Parameters

Add support to automatically convert Subprocedure Parameters to Upper or Lower case using OPTION(*UPPER) or OPTION(*LOWER) keywords on the parameter definition. Obviously, this would be for CHAR, VARCHAR parameters that are also CONST or VALUE. It...
about 4 years ago in IBM i / Languages - RPG 10 Future consideration