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 2745 of 4257

Allow Include/Exclude of unused fields in outline view

Providing a toggle to show only referenced or only unreferenced fields would be a great time-saver when reviewing/debugging a program source. Use Case: Using data structure i/o, if you reference a table column without the ds qualification, it will...
about 8 years ago in IBM i / RDi (Rational Developer for i) 2 Not under consideration

LPEX-Allow different colors for each level of Block Nesting

When using the 'Show Block Nesting' feature, allow different colors to be used for the different levels of block nesting. In the preferences add the ability to specify different colors for each of the available 5 levels of block nesting. Use Case:...
about 8 years ago in IBM i / RDi (Rational Developer for i) 4 Not under consideration

New Compiler Predefined Values for INCLUDE

It would be nice to have the library, file and member name of the source being compiled as predefined values for the INCLUDE or COPY compiler directives, like: *SRCLIB, *SRCFILE and *SRCMBR The format and rules for the directive would stay the sam...
about 8 years ago in IBM i / Languages - RPG 9 Not under consideration

New keyword OVR in DCL-F.

In stead of OVR command before OPEN it would be usefull set an RPG field with OVR command. Use Case: DCL-F qSysPrt PRINTER OVR(myOvrCmd);DCL-S myOvrCmd VARCHAR(255);myOvrCmd = 'OUTQ(' + myOutQ + ') HOLD(*YES) SAVE(*YES)';OPEN qSysPrt;
about 8 years ago in IBM i / Languages - RPG 5 Not under consideration

New built-in function %RESET.

The %RESET built-in function can be used to query or set the reset value for a field. Use Case: IF %RESET(myField) <> myField;// myField has changedENDIF; // Assign new reset value at anytime.%RESET(myField1) = myField2;
about 8 years ago in IBM i / Languages - RPG 6 Not under consideration

Make Data Queues Faster

Every time I use data queues (DTAQ) on IBM i all the RPG programmers tell me they are too slow. Please make data queues faster so I don't have to listen to those dummies. Use Case: 1). utilize data queues as replacement for arrays so as to avoid a...
about 8 years ago in IBM i / Work Management and Messaging 6 Not under consideration

Control lifetime of RDi TCP/IP connection

Provide the ability to control the lifetime of the TCP/IP connection to a server. The default seems too short, and leads to a frustrating experience when you find out the connection has dropped from inactivity. Use Case: Allow the lifetime of a se...
about 8 years ago in IBM i / RDi (Rational Developer for i) 2 Not under consideration

Merge tool for LPEX editor

Extend the LPEX editor to have diff and merge capabilities. Use Case: * Select two source members, and see within the editor where those two versions differ.* Apply changes from one member to another.
about 8 years ago in IBM i / RDi (Rational Developer for i) 1 Not under consideration

LPEX highlighting of matching keywords/brackets

A lot of editors will visually highlight matching parentheses when the cursor is resting on one half of the matching items. It would be nice if the LPEX editor could provide the same for RPG code. Use Case: * Highlight matching parentheses* Highli...
about 8 years ago in IBM i / RDi (Rational Developer for i) 6 Future consideration

New RPG built-in function %RESET.

The %RESET built-in function can be used to query or set the reset value for a field. Use Case: IF %RESET(myField) <> myField;// myField is changedENDIF; // Assign new reset value.%RESET(myField) = *ZERO;
about 8 years ago in IBM i / RDi (Rational Developer for i) 1 Not under consideration