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

All ideas

Showing 4656

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

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

Support ISO 8601 Date-Time Format in VARCHAR_FORMAT and TIMESTAMP() patterns

This may be a dup of an 4 or 5 year old request, but please add native support for the ISO 8601 date-time format in Db2 for i. This includes: 1. Parsing and Formatting: Built-in SQL functions to convert between ISO 8601 and existing Db2 date/time ...
about 2 months ago in IBM i / Db2 for i 2 Future consideration

watsonx and Openshift.ai support on Power. Early Acces Program (Beta testing)

We do have a potentially big oppy in Spain in INDRA. They work for Minitry of Defense and they are starting a project to deal with RADAR imaging where they want to use AI but, given the confidential characteristics of the data, they are promoting ...
7 months ago in Power Ecosystem Software / Government (includes education) 3 Future consideration

Exit point QIBM_QPWFS_FILE_SERV should include the Netserver file share name

This exit point currently provides a lot of data about file server access, but this one key piece of information is missing (the share name). During security remediation, it would be invaluable to capture the name of the share that is being used, ...
3 months ago in IBM i / IFS (Integrated File System) and Servers 2 Submitted

Implement a %DTAARA built-in function in RPG IV

A %DTAARA built in function would be used to : When used as an lValue (left side of an =) Change the content of the data area. When used ias an rValue (right side of the = sign, or in compare opcodes) it returns the content of the data structure T...
3 months 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

Add WHEN-IS-NOT clause to the new SELECT statement

The traditional SELECT/ENDSL allows when a=b and also allows when a <> b. However, the new SELECT/WHEN-IS/ENDSL does not allow a negative comparison, and forces me to go back to the older style. In this shop [and others I have worked in], th...
5 months ago in IBM i / Languages - RPG 3 Future consideration