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

Ideas

Showing 794 of 4922

Enhance maximum variable length to 4GB

More and more we need to handle data with sizes over 16MB ie XML, so it would help a lot if it was possible to handle the maximum amount of data in a variable. Therefore I would like to have the possibility to define variables in RPG with a size o...
6 months ago in IBM i / Languages - RPG 2 Under review

Allow checking multiple defined conditions with one /IF compiler directive

Checking multiple defined conditions is cumbersome - if a part of code should only be combined when two conditions are defined, one has to use nested /IF directives: /IF DEFINED(condition1) /IF DEFINED(condition2) // code only compiled when condit...
4 months ago in IBM i / Languages - RPG 0 Submitted

Modernizing WPAR Technology in AIX (Linux-like Containerization)

I would like to address the future of containerization in IBM AIX. Since the proposal for "Docker on AIX" did not receive approval, I suggest an alternative approach: investing in the development of WPAR technology to align it with modern containe...
9 months ago in AIX 1 Future consideration

Add a compiler directive to emit a message to the compiler listing

Under special circumstances it can be useful to add a user defined warning or error to the compiler listing - even to the extend, that a module should not compile. A new compiler directive "/MESSAGE" should be introduced like this: /IF NOT DEFINED...
4 months ago in IBM i / Languages - RPG 1 Future consideration

Please add option to nfs client to let the server manage the group info / equivalent to -g or --manage-gids

Dear Sir or Madam, With AIX as client to mount NFS Shares users are not able to access data which are shared via NFS. In my case users have more than 16 groups they belong to and need to access their files. Groups can not be eliminated, unfortunat...
5 months ago in AIX 0 Future consideration

AIX community edition for QEMU/KVM

AIX will remain the leading UNIX operating system for mission-critical environments for many years to come. It has performance, security and ease of administration features that make it a very interesting option for new deployments complementing t...
over 1 year ago in AIX 2 Under review

Include important software as LPP on AIX, and support it.

Nowadays, a lot of AIX systems include software that comes from RPM packages. I understand why AIX supports RPM packages, as developers/vendors from the Linux space tend to distribute their software in RPM form. A lot of software that is typically...
4 months ago in AIX 1 Submitted

One location for software downloads

IBM AIX is a great product. But most users install software on their machines that is supplied by IBM but does not come with AIX. Examples are sudo, openssh, java, lsof, Python3, perl etc. Many of which are from the AIX Web Download Pack (https://...
4 months ago in AIX 0 Submitted

`xargs` should support `-0`/`--null` parameter

xargs on AIX currently does not implement -0. While this is not part of the POSIX standard ( AFAIK, please check), it is implemented by every other implementation, including FreeBSD's. While the OSS toolbox's implementation /opt/freeware/bin/xargs...
15 days ago in AIX 0 Submitted

%SCANRPL to replace only *FIRST (or *LAST) occurence

%SCANRPL is a nice and usefull function but sometimes we need to limit the replacement to the first or the last occurence. Of course we can code around it using %scan but nowadays UTF strings are more complicated so the code itself can became frag...
6 months ago in IBM i / Languages - RPG 2 Submitted