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 2873

Allow multiple definitions in a Dcl-s statement

A very usefull future I found in other languages is multiple variable definition in one line of code: Dcl-s a b c int(10); is clearly faster and shorter than: Dcl-s a int(10);Dcl-s b int(10);Dcl-s c int(10); Use Case: nd
over 5 years ago in IBM i / Languages - RPG 6 Not under consideration

Provide support for Rust Language

Rust is an increasingly popular language in the open source community due to it's memory safety features, and it's ability to operate at a low level like C. Please provide a Rust Compiler for IBM i Use Case: Rust is useful for system level program...
over 4 years ago in IBM i / Open Source and PASE 5 Future consideration

Allow the same SMTP alias to be used for different domains when SMTP attribute are configured as DIRTYPE(*SMTP)

With SMTP attribute (CHGSMTPA) configured as DIRTYPE(*SDD) you could use the same SMTP alias for different domains, e.g noreply@mycompany.com noreply@mycompany.eu noreply@mycompanysubsidiary.com This could be accomplished by using the WRKNAMS...
about 1 year ago in IBM i / Networking 2 Not under consideration

SAVLIBBRM and SAVOBJBRM *DTACPR option

We have raised a call TS015223912 for the data compression on SAVLIB and SAVLIBBRM. It is found that SAVLIB/SAVOBJ have 7 options for user to choose the compression rate, but SAVLIBBRM/SAVOBJBRM only have 3. There is an Command for SAVLIBBRM and S...
9 months ago in IBM i / BRMS 1 Future consideration

Object last used date not being updated for all object types

object usage not being updated all object types. A library was specified in an HTTP configuration.SetEnv QIBM_CGI_LIBRARY_LIST RDB40 RDB40 library was marked for deletion as not being used, no objects being used in library.Confirmed by disk usage ...
over 4 years ago in IBM i / Core OS 7 Future consideration

RPGLE Language Server (Language Server Protocol)

The Language Server Protocol (LSP) was created by Microsoft in 2016 as an open-source protocol for use between source code editors or integrated development environments (IDEs) and servers that provide programming language-specific features like c...
over 1 year ago in IBM i / Application Development 0 Submitted

Port .NET (Core) to IBM i via RPM

Now that Mono runs on IBM i (thanks to Calvin Buckley again!), it should be possible to port .NET Core, which is now the main .NET Framework, to IBM i without such a big effort. Use Case: Porting lots of .NET Server Applications to IBM i, using DB...
about 5 years ago in IBM i / Open Source and PASE 2 Not under consideration

Allow ability to control JobLog write with On-Error

Add an operational extender to the on-error opcode that would allow for control over a joblog write. When the programmer has stated that a specific error condition is trapped/controlled, we should be able to optionally suppress the job log message...
about 5 years ago in IBM i / Languages - RPG 4 Future consideration

Add ability to generate performance graph data from R720 Collection Services data in Navigator for i

Since PM for Power is being discontinued on September 30, 2020, clients need a way to view graphed performance data for all supported releases. Links to external letters for different geographies with the discontinuance statement:IBM Americas - Un...
over 4 years ago in IBM i / Performance Tools 3 Not under consideration

Expand %XFOOT functionality to include subfields in DS array

I have the following DS / Arrays dcl-ds Order_Info_t qualified template; Order like(s1_order); Order_Pack_Qty like(s1_packqty); Order_Case_Qty like(s1_packqty); Order_Weight like(s1_weight);end-ds; dcl-ds Order_Summary qualified inz; Orders like(s...
over 5 years ago in IBM i / Languages - RPG 3 Future consideration