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 3228

Provide a POST /security/dcm/appdef/add to the RSE APIs (HTTP ADMIN5)

I have written an application to automate the Let's Encrypt process for issuing and renewing certificates. It would be very useful to have this as I don't believe that there is an API or any other method for automation.
2 months ago in IBM i / Security 2 Under review

A SQL view to display the information on a line

A view or function that provides information as in the DSPLIND command or the API QDCRLIND More here : https://www.ibm.com/docs/en/i/7.6.0?topic=ssw_ibm_i_76/apis/QDCRLIND.html
7 months ago in IBM i / Db2 for i 5 Future consideration

Enable Kerberos for secondary 5250 session

The ACS configuration allows for using Kerberos when opening a new ACS session and it automatically signs the user in. When the user does a SYSREQ 1, a signon screen is presented for a secondary job for the same session. For security purposes, man...
16 days ago in IBM i / IBM i Access Family 0 Submitted

Allow the evaluation of RPG expressions as "pseudo host variables" in EXEC SQL statements

The idea is, to allow the evaluation of RPG expressions (including the call of %BIFs and procedures) inside an EXEC SQL statement as "pseudo-host-variables". The syntax could be like that: exec sql select count(*) into :myCounter from mytable w...
7 months ago in IBM i / Db2 for i 3 Not under consideration

VARDIM for RPGLE

Quick explanation. VARDIM is to DIM what VARCHAR is to CHAR. Background Interfacing with RPG complex structures can be done, however the implementations are not homogeneous. Examples. In IWS you need a pseudo variable suffixed by the array name ...
4 months ago in IBM i / Languages - RPG 1 Future consideration

Built in function to subset an array using a procedure to filter

Create a new built in function to subset an array using a procedure to filter. Similar to the %SUBARR function, but allow a procedure to be specified to determine if the array entry should be included in the result. Something like ... dcl-ds array...
4 months ago in IBM i / Languages - RPG 3 Not under consideration

Allow checking multiple defined conditions with one /IF compiler directive

Checking multiple defined conditions is cumbersome - if a part of code should only be combined when two conditions are defined, one has to use nested /IF directives: /IF DEFINED(condition1) /IF DEFINED(condition2) // code only compiled when condit...
7 months ago in IBM i / Languages - RPG 1 Not under consideration

DISPLAY_JOURNAL and excluded access objects

DISPLAY_JOURNAL fails when I choose to use *ALLFILE for OBJECT_NAME if it attempts to display the journal details for a file I do not have access to view. Either make DISPLAY_JOURNAL always auto skip the process for files user has not access and r...
17 days ago in IBM i / Db2 for i 0 Submitted

Firmware level and PTF Group Currency on "About" page- IBM Navigator for i

My understanding is that Navigator for i get's it's info about the system through SQL. I am also aware of a SYSTOOL to show PTF group currency. My suggestion is to combine these two features, and include the PTF Group Currency on the "About" page ...
3 months ago in IBM i / System Management 1 Functionality already exists

%SCANRPL to replace only *FIRST (or *LAST) occurence

%SCANRPL is a nice and usefull function but sometimes we need to limit the replacement to the first or the last occurence. Of course we can code around it using %scan but nowadays UTF strings are more complicated so the code itself can became frag...
9 months ago in IBM i / Languages - RPG 3 Future consideration