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 2903

CLOB Pointers in RPG Not Working

RPG A calls RPG B, passing pointer to CLOB. RPG B receives pointer, and uses it as base for CLOB there. Both compile. Both execute with no bombs. But based CLOB in RPG B does not reflect data in CLOB in RPG A. Use Case: Program A creates a CLOB an...
about 5 years ago in IBM i / Application Development 6 Is a defect

Refactor->Extract Local Variable - 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 ...
about 8 years ago in IBM i / RDi (Rational Developer for i) 3 Future consideration

Bring the "Web" perspective to RDi 9.8

Hello, The "Web" perspective is part of the "Modernization Tools, Java Edition" which can be installed to RDi 9.6 via IBM Installation Manager. But in the new RDi 9.8 there is no way to install/use this perspective, so we're forced to stay with th...
over 1 year ago in IBM i / RDi (Rational Developer for i) 3 Not under consideration

Insert/delete rows in Run SQL Scripts

Run SQL Scripts needs the ability to insert and delete rows in a result set (similar to the existing ability to edit rows). Use Case: This would be used for data maintenance. Presently the only option available in Run SQL Scripts is to write indiv...
over 4 years ago in IBM i / IBM i Access Family 1 Future consideration

Don't incl Hidden fields on DS defined based on external name

When a data structure is defined based on a table with hidden fields the compiler shouldn't include hidden fields in the structure. Now option available to exclude these on the definition Use Case: When defining a data structure based on an table ...
about 4 years ago in IBM i / Languages - RPG 4 Future consideration

Add subsystem support to SSHD attributes

In order to isolate SSH jobs in their own subsystem, you must use the instructions documented in this article: http://www-01.ibm.com/support/docview.wss?uid=nas8N1014744 However, this requires that you start the SSHD with the /QOpenSys/usr/sbin/ss...
almost 6 years ago in IBM i / Open Source and PASE 3 Future consideration

IBM i OpenCV

In order to make effective use of python on IBM i, porting of OpenCV, which is growing in demand, is required Use Case: Improve business efficiency by performing systematic customer recognition using face recognition and systematic product inspect...
almost 5 years ago in IBM i / Open Source and PASE 2 Future consideration

RSS - Reopen tabs automatically

With the new IBM i ACS 1.1.9.6 a possibility was introduced to open multiple tabs at once via projects however this was not the idea behind my previous idea https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3540 I'm therefore so free to request...
4 months ago in IBM i / IBM i Access Family 1 Not under consideration

%DECH enhancement for length and decimal places

The idea is to enhance %DECH() BIF: a) allow the the use %len() and %decpos() for parameters 2 and 3 Example: dcl-s n1 zoned(10:2) inz; n1 = %dech( 12345 / 1000 : %len(n1) : %decpos(n1) ); b) make parameters 2 and 3 optional and retrieve the lengt...
about 1 year ago in IBM i / Languages - RPG 3 Future consideration

Basic subfile/maintenance generator for a given table_schema, and table_name

We have UPDDTA to edit individual records of a file. We have RUNQRY for displaying all file records. It would save a lot of development time when we can have a default built-in subfile handler for any given table. => Shift F8, F9 to move subfil...
4 months ago in IBM i / Application Development 0 Submitted