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

FILTER BY CATEGORY

IBM i

Showing 2626 of 4050

When editing DDS, show Screen/Record format you are on, much like RDi shows (Main Procedure), subroutine or procedure as you click through the code.

As a Developer, when you search for text or page through your code, RDi shows you the name of the procedure, subroutine at the bottom left of the code window. In DDS for a Display file, you can not tell which record format you are in. For larger D...
3 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Remove or Relaxe the error when %SUBST length exceeds length of data

The runtime for RPG currently blows up if %SUBST(var : START : LENGTH ) length value exceeds the length of the VAR or if it is 0.Provide an option to ignore this issue for runtime purposes. OPTION(*NOLENCHK) (No Length Check) which would cause run...
almost 2 years ago in IBM i / Languages - RPG 10 Not under consideration

Add Case Conversion to RPG Subprocedure Parameters

Add support to automatically convert Subprocedure Parameters to Upper or Lower case using OPTION(*UPPER) or OPTION(*LOWER) keywords on the parameter definition. Obviously, this would be for CHAR, VARCHAR parameters that are also CONST or VALUE. It...
almost 3 years ago in IBM i / Languages - RPG 10 Future consideration

add file to existing savf

the request is to have the possibility to add objects to a SAVF already created and containing objects as happens for archive files eg. zip/tar.
3 months ago in IBM i / Save and Restore 0 Submitted

ACS Run SQL Scripts - add a shortcut to open a new tab

In ACS Run SQL Scripts, th user can open multiple tabs. Please add a shortcut button in the form of a small '+' button placed after the last tab currently opened, that will open a new tab when clicked. Basically, the same solutions for opening new...
3 months ago in IBM i / IBM i Access Family 1 Not under consideration

Monitor System Temperature and Fan Speed

I would like IBM to add the ability to check the current temperature inside the server (CEC) as well as reporting the current fan speeds. This could be an IBM i command and or IBM i Service, in either case it would like it to address the following...
over 1 year ago in IBM i / System Management 5 Not under consideration

Integrate SQL Object Name into IBM i Object Description

More and more IBM i object types are being utilized by the SQL environment on IBM i. However, "the database" is supposed to be Integrated, not an add-on on this platform. Therefore when an IBM i object is repurposed as an SQL Object and a LONG nam...
about 2 years ago in IBM i / Core OS 6 Not under consideration

Allow more than 1 level of qualified datastructures in SQLRPGLE

We get more and more embedded SQL code in our RPGLE sources but the compiler still only supports 1 level of qualified data structures. This is such a pain. See Use case for example. More practical examples are joins where you want to use the exter...
over 3 years ago in IBM i / Db2 for i 6 Future consideration

RDI: Content assist can not show fields in data structures with more than 2 levels

In RDI you can normally use content assistent ( ctrl+space) to select a field from a list of fields. This works ok for data structures with 2 levels but if you have 3 or more it doesn't work. Example:dcl-ds myDS1 qualified; field1 like(myField1); ...
almost 2 years ago in IBM i / RDi (Rational Developer for i) 3 Future consideration

Dynamic Strings in RPG

Have the ability to declare a character very similar to how we declare a string in Java without having to give it a length. Use Case: In Java to declare a string its just String mytext; In RPG I would like to declare a char as dcl-s myText char; M...
over 2 years ago in IBM i / Languages - RPG 12 Future consideration