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 2896

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.
7 months ago in IBM i / Languages - RPG 1 Future consideration

Possibility to create IFS objects filters

Because many sources for IBM objects e.g programs, commands can be stored in IFS directories, it would be good to have possibility to define IFS directories and files filters like ones available for objects.
5 months ago in IBM i / RDi (Rational Developer for i) 4 Future consideration

Is there any Plan to Expose API call from Ibmi.

Is there any Plan to Expose API call from Ibmi. This will be the exact reverse for IWS process, where we can define endpoints that can be called from RPGLE/CLLE call stack. Like The utility can configure the end points to call and create an object...
9 days ago in IBM i / Web Serving 1 Needs more information

Applying PTFs wrecks the Java certificate store

When we are applying PTFs then the Java certificate store is wrecked. The certificates, we have added here, are removed and every time we have to remember to add all the certificates we have added. This should be changed so the installation of PTF...
10 days ago in IBM i / PTF and Service 1 Submitted

EIM Windows domain source mapping from CRTUSRPRF

On CRTUSRPRF we have the parameter EIMASSOC. This lets us create an EIM identifier and add the current system as a TARGET. Every new user that is created need to also have the windows domain as a SOURCE in order for single signon to work. This mea...
17 days ago in IBM i / Security 2 Submitted

IBM i Services for the Advanced Job Scheduler (AJS)

IBM i is moving into the direction of adding SQL service to nealry every part of the operating system, except for the Advanced Job Scheduler. To my knowledge there are none. Since the license simplification the use of the Advanced Job Scheduler is...
2 months ago in IBM i / System Management 2 Submitted

Enhancing network performance analysis on IBM i with iPerf Integration

iPerf (iPerf - The TCP, UDP and SCTP network bandwidth measurement tool) is a widely used command-line tool designed for measuring network performance by generating TCP and UDP traffic between two endpoints. It allows network administrators, engin...
about 1 month ago in IBM i / Open Source and PASE 0 Submitted

Enhance the CPYENVVAR parameter of the SBMJOB command to include *SYSVAL as an option

Rather than rely on the CHGCMDDFT command to change the default for the CPYENVVAR parameter of the SBMJOB command, it would be extremely beneficial to have a QSBMENVVAR System value with *YES or *NO as an option. Then on the SBMJOB command, change...
27 days ago in IBM i / Work Management and Messaging 2 Submitted

DATFMT(*JOBYY) for date fields in DDS

We want to control the format of our date field dynamically depending on a country or user setting. Normally you can use the DATFMT keyword to set the date's format. And all formats are supported. Our idea was to use DATFMT(*JOB) because we wanted...
6 months ago in IBM i / Application Development 0 Submitted

Named index of current iteration in for-each loop

I'm building some functionality that relies on several arrays that need to be filled, checked and modified on the fly. I like the for-each loop with dim(*auto: nn) for this. In the initial load proces I can use '*next' as an index, which is great....
5 months ago in IBM i / Languages - RPG 1 Future consideration