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 1164

Extend ON-ERROR to accept message codes

In our codebase, we use a lot of user-defined message codes in *ESCAPE messages for our exception handling. We combine these with RPG's MONITOR op-code to trap the errors and, if possible, handle them. Identification of the last exception message ...
over 3 years ago in IBM i / Languages - RPG 4 Delivered

Access Client Solutions enhancement

Via Edit > Preferences the Passwords tab is very useful to change my passwords on multiple systems in one time (by selecting multiple). My problem is to select the correct ones. It would be a great enhancement if an extra column would be added ...
9 months ago in IBM i / IBM i Access Family 3 Delivered

Allow expressions in CL CALL and CALLPRC commands

Allow expressions to be used in the PARM parameter of the CALL and CALLPRC commands. This would eliminate the need to declare single-use variables to serve as parameters. Use Case: Instead of this: dcl &Limit *char (9) dcl &CODate *char (6...
about 6 years ago in IBM i / Languages - CL (Control Language) 3 Delivered

Autosave Run SQL Scripts

A feature of some code editors (i.e. VSCode, SublimeText3) is the ability to restart the app and have it retain unsaved files and/or editor windows (code that is in an editor window but hasn't yet been saved to a file). This is a nice feature for ...
over 6 years ago in IBM i / IBM i Access Family 16 Delivered

provide "between" operator in rpg expressions

Provide "between" in rpg logical expressions Use Case: if a >=b and a<=c ;could be replaced by :if a between b and c;
over 8 years ago in IBM i / Languages - RPG 11 Delivered

IBM i ACS Run SQL Intellisense functionality

Customers keep using WINSQL instead of IBM i ACS Run SQL scripts, because what Microsoft WINSQL offers them outperforms IBM i ACS Run SQL scripts functionality. With one big exception, WINSQL does not have the cancel option. Use Case: In the SQL s...
over 6 years ago in IBM i / IBM i Access Family 7 Delivered

Add SQL Assist to Run SQL Scripts

Add SQL Assist capability back into Run SQL Scripts. Use Case: In the old System i Navigator, (the predecessor to IBM i Access Client Solutions) there was an option to Run an SQL script when viewing tables or schemas. When the "Run SQL Scripts" wi...
almost 6 years ago in IBM i / IBM i Access Family 6 Delivered

Add an RPG refactor feature to add the ALIAS keyword to a file or data structure and handle all the renames

Using the alias names for externally-described files or data structures makes the RPG code more readable. But it's difficult and error-prone to change an existing program to use the alias names instead of the short names, even using RDI's existing...
about 6 years ago in IBM i / RDi (Rational Developer for i) 6 Delivered

Allow direct coding of nested data structures in free-form declarations

The new free-form data declarations in RPG IV lend themselves to direct coding of true nested data structures. Allowing these to be coded directly would avoid having to code a lot of unnecessary templates that exist for no other reason than to nes...
over 8 years ago in IBM i / Languages - RPG 6 Delivered

Service Entry Breakpoint conditionable on program variables.

A service entry breakpoint is currently on conditional on the program/cmodule called and userid.This is insufficient if the there are many porgrams invoked under the same userid. What is required is the ability to set a break point based on the va...
over 7 years ago in IBM i / RDi (Rational Developer for i) 8 Delivered