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 867

Add *TARGET to all RPG functions similar to *SRC in DDS

Example: %SUBST(NAME:1:1)=%UPPER(*TARGET); /* new way var. NAME is mentioned only once and %SUBST is not repeated*/ Instead of %SUBST(NAME:1:1)=%UPPER(NAME:1:1); /* var. NAME is repeated twice */ Also in mathematical statements: COUNTER=*TARGET+1 ...
4 months ago in IBM i / Languages - RPG 1 Future consideration

Add Compare/Merge API that ignores source sequence/dates

Probably the single most requested RDi function that customers ask for is the ability to do compare/merge of source members without impacting existing source sequence/dates - we cannot provide this ability without help from Eclipse/IBM, to either ...
4 months ago in IBM i / RDi (Rational Developer for i) 2 Future consideration

Add API for Debug (Set Service Entry Point) actions in RDi

One of the most common requests we have for customers is the ability to do the Set Service Entry Point action from within our plugin - we cannot provide this ability without help from IBM, to either document an existing public interface or provide...
4 months ago in IBM i / RDi (Rational Developer for i) 2 Future consideration

Add keyboard shortcut: Navigate to next/previous DCL-PROC statement (bonus: position the DCL-PROC to top of window)

Example: In a module with 50 procedures being able to quickly bring the next or previous procedure to line 1 would be a time save. For those who flip monitors to a portrait view this would be more beneficial. Extending this behavior to BEGSR state...
5 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Would like to put the "Quick Filter" controls at the bottom of the Object List view.

The "Quick filter" controls are too wide when placed on the left or right side of the Object List view when the Object List view is tall and skinny. I run with the Object List view oriented vertically along the right-hand side of the RDi window, j...
5 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Add round() function to ILE C/C++ (math.h)

We need to use the round() function in ILE C/C++. Currently it is not included in the header math.h. The function is from the C99 standard. z/OS has also support for it: https://www.ibm.com/docs/pl/zos/2.4.0?topic=functions-round-roundf-roundl-rou...
5 months ago in IBM i / Languages - Other 2 Future consideration

Provide a CTL-OPT keyword to prohibit or issue a compiler warning when $ or @ are used in Variable or Procedure names

The use of $ and @ in variable names and procedure names in RPG IV hasn't been recommend in nearly 30 years. Yet we still see some legacy developers using those symbols for some reason. I'd like to see a compiler option or CTL-OPT keyword and eith...
5 months ago in IBM i / Languages - RPG 1 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...
5 months ago in IBM i / RDi (Rational Developer for i) 5 Future consideration

Value of column Temporary storage in WRKACTJOB should show the same value as WRKJOB

Sine IBM i 7.2 the new column "Temporary storage" has been added to the command WRKACTJOB . Sometimes it does not show the same value as in: WRKJOB OPTION(*RUNA) QUSRJOBI / JOBI0150 SELECT TEMPORARY_STORAGE FROM table(active_job_info()) I have alr...
5 months ago in IBM i / Work Management and Messaging 2 Future consideration

Requesting AUDIT_JOURNAL_SF table function

I have hundreds of printer devices and output queue entries. Many are obsolete. I would like to query the audit journal for SF entries for the latest entry involving any device and/or output queue. Something like select printer, max(entry_timestam...
5 months ago in IBM i / Db2 for i 1 Future consideration