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

RPG block comments

Single line comments are allowed today by // however the commonly used block comment /* … */ are not. Use Case: Since **free don't have a concept of H,C,F spec it should be straight forward to implement the /* .. */ block comment syntax. The work ...
over 6 years ago in IBM i / Languages - RPG 9 Not under consideration

Add %hival() and %loval() BIFs

The *HIVAL and *LOVAL features in RPG are extremly usefull. But especially when comparing, the compiler assumes, that *HIVAL/*LOVAL are according to the compared field - but often you have to compare a value to the *HIVAL/*LOVAL of another field -...
9 months ago in IBM i / Languages - RPG 1 Future consideration

vdisk_protection_enabled in IBM i PowerHA environments

This is the corresponding RFE to RFE number 141546 but for IBM i side.Spectrum Virtualize (be it flashsystems or SVC) introduced feature to restrict LUNS from being unmapped or deleted from storage when there was I/O in last XX minutes.This featur...
almost 3 years ago in IBM i / PowerHA 2 Future consideration

ClamAV rpm requested for IBM i

Please may we have a port of ClamAV (already available on AIX) for the IBM i platform incuding back to 7.1 :-) Use Case: Ability to run Open Source AV on the IBM i platform.
over 3 years ago in IBM i / Open Source and PASE 6 Planned for future release

Allow to define a data structure based on a SQL table function

When declaring a data structure, allow using the keyword extname to read the fields defined in the RETURNS TABLE block of an UDF. dcl-ds genericDsTemplate extname('MYLIB/MY_SQL_TF':*output) qualified template alias end-ds; That would guaranty a 10...
5 months ago in IBM i / Languages - RPG 2 Under review

New Nav for i - Group System endpoints.

It would be nice to have the ability to group systems in New Nav. I have 130+ systems mixed into prod, dev, and qa. Would be nice to separate them on the Dashboard page. I am using one central location to manage all of my endpoints which is great!...
5 months ago in IBM i / System Management 1 Future consideration

Additions for the PRUV tool

Please add the following to the PRUV tool. Report on command default changes in IBM licensed program libraries. simple example (SELECT * FROM TABLE(QSYS2.OBJECT_STATISTICS('*ALL', '*CMD')) > WHERE APAR_ID = 'CHGDFT';) possible enhancements: in ...
10 months ago in IBM i / Install and Upgrade and Licensing 0 Submitted

Allow ACS to start in Group view

I'd like ACS launch parameter that would start ACS in System Groups view directly - will be very helpful for those managing large number of partitions.
29 days ago in IBM i / IBM i Access Family 1 Future consideration

Make pytorch available for install from ACS/Open Source Package Managment.

It would be much more practical, and much easier to install pytorch/ppc64 from a well known place. As for now, it's really hard to find instructions of where and how to install a version of pytorch, built for the Power PC architecture.
about 2 months ago in IBM i / AI with IBM i 1 Submitted

Allow data structures to be extended or decorated

RPG currently allows us to define a data structure with the same layout another with the LIKEDS keyword. It would be useful to be able to use a similar keyword to define the basic structure, but also to extend the data structure and add additional...
about 2 years ago in IBM i / Languages - RPG 3 Future consideration