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

Run SQL Scripts - Autocomplete

Just like RDI or any else IDE you can autocomplete or look up fields when writing code. It would be great if this would be available in Run Sql as well and in best case it would also be able to handle a library list for those of us with multiple s...
over 8 years ago in IBM i / IBM i Access Family Delivered

Enhancement to SELECT

Currently there is no difference between a SELECT ... ENDSL block and an IF ... ELSEIF ... ENDIF block. I am not real sure why both are in the language. However, if the SELECT block had a "switched" format like the SWITCH block in C, that would be...
almost 7 years ago in IBM i / Languages - RPG Delivered

Port PHP rpm to PASE

PHP is an open source development language. Every other platform other than the IBM i has the ability to install and use PHP by itself (sans Zend Server). IBM i is unique in this. I believe to be fair to customers, the option of installing PHP wit...
over 7 years ago in IBM i / Open Source and PASE Delivered

Provide %InList Built In Function

Provide a new BIF %InList() or %OrList() to check if a variable's value exit in list. Use Case: Dcl-S MyState Char(2) Inz('CA') If %InList(MyVar : 'CA' : 'NV': 'AZ': 'NM': 'NY'); do somethingEndIf; Or If %InList(MyVar : ',' : 'CA,NV,AZ,NM,NY'); //...
almost 10 years ago in IBM i / Languages - RPG Delivered

ODBC driver for MAC Os in iAccess Client Solution

Various customers ask us for the availibility of a ODBC driver to connect to Ibm i from a MacOs environment. Use Case: A top or directional user who use MacOs on their laptop, with Microsoft Office Excel pivot who need to be updated from an Ibm i ...
over 9 years ago in IBM i / IBM i Access Family Delivered

Requesting EHLLAPI support for 64bit Office

The EHLLAPI bridge for Access Client Solutions is not compatible with Microsoft Office 64 bit (see case reply from IBM) and I would like to request that it be made compatible. Use Case: Macro requires connectivity from VBA (Visual Basic for Applic...
about 6 years ago in IBM i / IBM i Access Family Delivered

Full qualified job name in DSPJOB and WRKJOB

The fully qualified job identifier : 123456/USER/JOBNAME is used many several places for interaction with a job However this information is available in the form: Job: JOBNAME User: USER Number: 123456 in both DSPJOB and WRKJOB. It would appreciat...
over 4 years ago in IBM i / Core OS Delivered
123 VOTE

RPG refactoring ability

Would like to be able to perform refactoring on RPG code similar to the refactoring Eclipse can do with C++. Refactor > RenameRefactor > Extract Local VariableRefactor > Extract ConstantRefactor > Extract Function Use Case: Start with ...
about 13 years ago in IBM i / RDi (Rational Developer for i) Delivered

Refactor->Extract Procedure - for ILE RPG

Code Refactoring is a well known software best practice that involves improving the structure of existing computer code while preserving its behaviour.https://en.wikipedia.org/wiki/Code_refactoringEclipse already has excellent refactoring support ...
over 9 years ago in IBM i / RDi (Rational Developer for i) Delivered

Multi-Tab view in Run SQL Scripts

Could "Run SQL Scripts" feature present opened windows as tabs in the same Run SQL script window? It would be great if user could pick in configuration whether single or multi-tab approach is used by default. It would also be great if you could im...
almost 7 years ago in IBM i / IBM i Access Family Delivered