Skip to Main Content
IBM Power Ideas Portal
Hide about this 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 2992 of 4656

List procedures that a program uses in PROGRAM_EXPORT_IMPORT_INFO

Despite the name, the PROGRAM_EXPORT_IMPORT_INFO does not actually list the procedures imported by a program. This is important because, when the signature of a procedure changes, all programs that import (use) the procedure must be changed. Impor...
2 months ago in IBM i / Db2 for i 0 Submitted

Store IFS information in SAVE_FILE_OBJECTS view

To list the contents of a savefile, we now have the SAVE_FILE_OBJECTS view. Although the documentation explicitly mentions that no IFS information is returned, it would be great to find this information in the view in a future update. https://www....
2 months ago in IBM i / System Management 0 Submitted

Add %HEX (or %TOHEX and %FROMHEX) built-in functions to RPG IV

Utilizing the cvthc and cvtch functions for converting to and from hexadecimal notation is a valuable tool in RPG land. However, in the context of RPG development, we must rely on our own prototypes since IBM does not provide standard prototypes w...
3 months ago in IBM i / Languages - RPG 0 Submitted

API for getting thread id & thread name such as in command PRTJVMJOB *thread

For JVM users and ERP (such as M3 or others), the thread id inside JVM could be internal to software or dedicated tool. In this case, to investigate job performance such as idoctor or job watcher it is impossible to search a job or tasks with the ...
22 days ago in IBM i / JAVA 0 Submitted

Upgrade level of OpenSSH from v8.6p1 to one which will pass scanning services.

We are getting dinged by Qualys that our IBM i is exposed to CVE-2023-51385. I have applied the fixes listed at https://www.ibm.com/support/pages/node/7123159 however IBM only chose to patch an old level of OpenSSH instead of putting on a new leve...
about 1 year ago in IBM i / Open Source and PASE 3 Submitted

Enable options(*exact) for indicators.

I am the developer of RPGUNIT and recently I added procedure assertEqual() to it. This procedure handles all data types, because it uses the OVERLOAD keyword for delegating the call to the procedure that is in charge for the data type. dcl-pr asse...
7 months ago in IBM i / Languages - RPG 2 Under review

Moving load source concurrently

The idea is based on the ability to be able to copy (and thus move) the load source from one disk to another without the need for downtime. The operating system is already capable of initializing and moving data from one disk to another without do...
4 months ago in IBM i / Storage 2 Submitted

Add more functionality to *VAR and *AUTO arrays

I really love the new *AUTO and *VAR arrays, I use them quite often. I would really like more functionality to be added, like the methods available for JavaScript arrays. Some examples assuming an Array "A20" with dim(*auto:20) : I gather a set of...
about 1 month ago in IBM i / Languages - RPG 0 Submitted

Allow to initialize arrays using %list

Allow for arrays to be initialized using %list command, for example: dcl-s allowedValues int(10) dim(4) inz(%list(1:2:3:4)); Plus error checking when initial value exceeds array size etc.
12 months ago in IBM i / Languages - RPG 2 Future consideration

Enhance management of Session Timeout Interval for Navigator for i

Currently System Operators can not adjust their own Session Timeout Interval. The setting requires *ALLOBJ special authority. Another user with *ALLOBJ authority can't change the setting for the users without it. Instead, *ALLOBJ authority must be...
12 days ago in IBM i / System Management 1 Needs more information