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 150

ADD in QSYS2 TABLES a new table to know wich programms use an exported porcedure from à service program

Hi, QSYS2 functions and tables allow you to know:- What procedures are exported by our service programs.- What programs use our service programs. But it is not possible to know which programs use which exported procedure. This is a pity because it...
3 months ago in IBM i / Application Development 2 Submitted

Urgent support for Power HA System Mirror for IBM i of the new IBM Spectrum Virtualize function Policy-based HA (the new Hyperswap function)

With the last announcements of IBM storage, the IBM Spectrum Virtualize Software is enhanced with the new functions based on Policy-based HA (the new Hyperswap function). The PowerHA system mirror for i, today doesn't support this new function and...
9 months ago in IBM i / PowerHA 5 Submitted

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, ...
about 2 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...
about 2 months ago in IBM i / Languages - RPG 0 Submitted

Allow Request Body (request-message) on HTTP_DELETE* functions

I have a third party delete method API I am trying to call with HTTP_DELETE_VERBOSE. This API has parameters that I need to pass in a Request BODY (request-message), however, HTTP_DELETE* functions do not have a parameter in which to pass this req...
8 days ago in IBM i / Db2 for i 0 Submitted

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...
2 months ago in IBM i / Storage 2 Submitted

6-digit date format for RPG

Hi IBM, On further checking, there is an IBM doc (date 2024-10-08) https://www.ibm.com/docs/en/i/7.5?topic=ios-changes-1940-2039-date-range-date-formats-2-digit-year that explained that new environment variable QIBM_QBASEYEAR apply to CL command, ...
16 days ago in IBM i / Languages - RPG 0 Submitted

Provide a smart LIKE keyword that works with any target type (vs LIKE and LIKEDS)

Today when we write code, we use the LIKEDS (mostly) to declare a data structure "like" another. When a field is declared and should be "like" another existing field, we use the LIKE keyword. Please provide a new keyword that can be used in either...
9 days ago in IBM i / Languages - RPG 0 Submitted

Relaxe the restriction for the QUALIFIED keyword use on LIKEDS strucctures.

When coding RPG IV, I use Templates and the LIKEDS keyword, and also use non-Template data structures with the LIKEDS keyword. RPG IV muscle memory instinctively has me writing: DCL-DS myStruct Qualified LIKEDS(struct_tmpl) Inz(*LIKEDS); The probl...
9 days ago in IBM i / Languages - RPG 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...
2 months ago in IBM i / Languages - RPG 0 Submitted