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 votes

Showing 1948
123 VOTE

RPG refactoring ability

Would like to be able to perform refactoring on RPG code similar to the refactoring Eclipse can do with C++. Refactor > RenameRefactor > Extract Local VariableRefactor > Extract ConstantRefactor > Extract Function Use Case: Start with ...
over 12 years ago in IBM i / RDi (Rational Developer for i) 15 Delivered
121 VOTE

Allow use of RPG constants in embedded SQL

When a constant is defined in RPG, allow that constant to be used in embedded SQL statements so that the value of the constant does not have to be hard coded in the SQL statement. Allow the constant to be referenced as if it were a program variabl...
over 7 years ago in IBM i / Db2 for i 7 Delivered
118 VOTE

For RPG extend array capabilities

Extend arrays and data-structure arrays to be really dynamic without having to use base pointer and memory allocation. Without having to give number of max elements in dim(), e.g. dim(*varying) or dim(*dynamic) or dim(*automatic).Provide functiona...
over 9 years ago in IBM i / Languages - RPG 9 Delivered
116 VOTE

Function to indent/format existing code similar to how "Source/Convert All to Free-Form" works now

Would like to see a function to indent/format existing code. Could work similarly to how "Source/Convert All to Free-Form" works now, as well as "Convert Selection to Free-Form. on the context menu.This "Indent" function would naturally only apply...
over 14 years ago in IBM i / RDi (Rational Developer for i) 24 Delivered
114 VOTE

powervc support sr-iov vnic via HMC

Many banking clients want to use sr-iov and PowerVC, but they donot want NovaLink, because they have HMCs. So they want PowerVC can support SR-IOV via HMC.
over 8 years ago in PowerVC 3 Delivered
112 VOTE

Provide an %UPPER and %LOWER bif

It would be helpful to have an easier and more robust way to change the case of characters from upper to lower or lower to upper. The current method is to use the %XLATE function, but the usual way that this is coded (just using the main 26 letter...
over 9 years ago in IBM i / Languages - RPG 17 Delivered
105 VOTE

Maintenance capabilities for vNIC Failover

In order to make preparations for maintenance activities (e.g. VIOS updates) more efficient in setups with vNIC failover, it would be helpful to have a new HMC capability that allows to switch all active backing devices from a selected VIOS to the...
over 6 years ago in Hardware Management Console 2 Delivered
100 VOTE

Enhance to the HMC remote restart task to allow a restart while in or after transitioning through an incomplete state

Development has completed their review and confirmed that the current remote restart design does not allow for restart after transitioning through or in an "incomplete" state until the data can be refreshed. They would like to enhance the design t...
over 6 years ago in Hardware Management Console 1 Delivered

vnicserver device needs to signal to phyp when it's shutting down to avoid network outage

Environment:Power9 server with vios 3.1.3.21 pair which host vnicserver devices with backing sriov adapters for the vnic client devices in failover configuration Problem:During shutdown/reboot of the vio server that hosts the active vnicserver dev...
over 2 years ago in PowerVM VIOS 4 Delivered

Provide %InList Built In Function

Provide a new BIF %InList() or %OrList() to check if a variable's value exit in list. Use Case: Dcl-S MyState Char(2) Inz('CA') If %InList(MyVar : 'CA' : 'NV': 'AZ': 'NM': 'NY'); do somethingEndIf; Or If %InList(MyVar : ',' : 'CA,NV,AZ,NM,NY'); //...
over 9 years ago in IBM i / Languages - RPG 15 Delivered