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

Showing 4365 of 4365

For a procedure returning a varchar, writing "return *blank;" should be the same as writing "return '';"

Writing: dcl-s result varchar(500); dcl-proc GetErrorMessage;dcl-pi *n varchar(500);end-pi; return *blank;end-proc; result = GetErrorMessage(); //=> result = '[500 times space character]' is not the same as writing: dcl-s result varchar(500); d...
about 2 months ago in IBM i / Languages - RPG 2 Not under consideration

As an administrator, I need to be able to take control of an interactive 5250 session.

We have situations where users either get interrupted, walk away from their screens, go to lunch or home. When this happens, other users are affected and their jobs either hang or get aborted with an error message due to a record lock or file with...
about 2 months ago in IBM i / Core OS 1 Functionality already exists

System list navigator

In a scenario of a company managing a significant amount of IBM i partitions it would be really important to have the ability to manage all those partitions via navigator. At the moment when a new system is defined one has to either manually enter...
about 2 months ago in IBM i / System Management 2 Future consideration

Include an "assigned" flag to DCM API to indicate if cert is assigned to an DCM application or not

There is an API that already exists that allows certificates stored in a DCM store be read and would include expiry date, which is useful. I am not sure what the API is called, but I know that TAATOOL provides a command (CVTCERT) that uses the IBM...
about 2 months ago in IBM i / Security 5 Under review

Provide ability to control SSL counters (in SST) from OS command line using an API

We are running v7r4 and find the SSL counters that are available within SST very useful. A challenge we face is that due to our a weekly system interruption for full system save and IPL, these counters are disabled and get reset. It would desirabl...
about 2 months ago in IBM i / Security 1 Under review

API or DB2 SQL Service to return the OVRDBF information for a JOB

It would be nice to have either a DB2 SQL Service or API that would return the information from DSPOVR. Currently the only way I know to do this at least for the current job is to do a DSPOVR *PRINT or DSPJOB *PRINT and read through the spool file...
about 2 months ago in IBM i / Db2 for i 3 Future consideration

Add an argument to %Scan to calculate and return occurrences of the search-arg

Objective: To have an argument in %Scan that returns the total number of occurrences of the search argument in the search string. for example... string = 'hello world' count of 'o' = 2 Below is a suggestive implementation using a hypothetical rese...
about 2 months ago in IBM i / Languages - RPG 1 Submitted
124 VOTE

GitHub actions for ppc64le. Let's make ppc64le a standard!

With the exponential emergence of ARM-based systems we think it is time to make ppc64le a third standard along with x86 and ARM. 1. The context The rise of containerization and cloud-native applications has emphasized the importance of Continuous ...
about 2 months ago in Linux for Power / RHEL OpenShift (5639-OCP) 8 Under review

Adding more than one Fabric to PowerVC when the Fabrics are merged

Situation: I have 4 brocade san fabrics. SASGSRFC07 SASGSRFC08 SASFX05 SASFX06 There is a ISL link between them. I have registered SASFX05 and SASFX06 successfully with PowerVC, but I am unable to register SASGSRFC07 and SASGSRFC08. The message I ...
about 2 months ago in PowerVC 0 Submitted

Display Spooled File needs to support better F14/F15/F16 find options

Search is NOT case-sensitive so we are often forced to guess the case. Also it would be very helpful to have F15=FindPrev since we are forever jumping to bottom of joblog and then paging up to find a previous Escape message.
about 2 months ago in IBM i / Print 1 Future consideration