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 2889

Add user registry and TAI to RSE APIs

Hello, Concerning the use of Remote System Explorer APIs (RSE API), we currently use basic authentication + a session. This opens up many possibilities (IFS access, SQL queries, CL command calls, etc.) to all users (within the limits of thei...
5 months ago in IBM i / Web Serving 1 Submitted

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

In QMGTOOLS see there is option 24 PTF management under that there is option 2 compaer HIPER PTF's from IBM. It would be nice to be able to compare any grouip PTF's list for exampe to comapre Security, Jave, DB2, CUM etc...suggest to have a option to compare a grou PTF then type in the group PTF number or have a option for each group PTF for that particular OS. That a way cusomer can get a complet list of PTF's that they will get.

We have customers that want to know which PTF's they will get when ordering any group PTF that is not up to date it is difficult to list find which PTF's that are not on they system befoe ordering the PTF's.
about 1 month ago in IBM i / PTF and Service 1 Submitted

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...
5 months ago in IBM i / Languages - RPG 2 Not under 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...
almost 4 years ago in IBM i / Languages - RPG 10 Future consideration

Let RDi correctly retrieve compile results when compiling two objects with the same same at the same time

The problem is, that the "Error List" view is not correctly loaded, when two objects of the same name but different types are compiled at once. In that case only the compile result of the second compile is displayed. The first idea is to change RD...
11 months ago in IBM i / RDi (Rational Developer for i) 5 Future consideration

Rdi Debug Step Over enhancement - Exec SQL statements

Currently when debugging RPG code with RDi in *SOURCE view, Step Into and Step Over will have to be pressed an unknown number of times to clear a single Exec SQL Statement. This is because the SQL Precompiler replaces Exec SQL Statements with mult...
over 6 years ago in IBM i / RDi (Rational Developer for i) 7 Future consideration

RPG - Conditional (Ternary) Operator (?:) in EVAL operation

I'd like to be able to use conditional assignment (?:) in EVAL and EVALR operation in RPG. C, C#, java and many other languages have a conditional (aka ternary) operator. This allows developers to make very terse choices between two values based o...
about 7 years ago in IBM i / Languages - RPG 17 Future consideration

ACS - Run SQL Scripts disable "insert from examples" for selected users

We have been using Access Client Solutions for several years. Mainly the 5250 sessions are used by our users, but there are also selected power users who are authorized to use the function "Run SQL Scripts".For this users it is also possible to us...
over 2 years ago in IBM i / IBM i Access Family 4 Not under consideration

SAVSYS show progress

Some customers use an USB thumb drive to run a SAVSYS on a monthly base. With slow USB sticks this process needs 15+ minutes without any progress display. Some customers are curious if it is still working. Use Case: show progress on save to avoid ...
over 3 years ago in IBM i / Save and Restore 5 Future consideration