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 291

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...
about 7 hours ago in IBM i / Db2 for i 0 Submitted

Just like the 5250 Emulator, please consider adding the "Tab" feature in the IBM I ACS Schemas tool. Thanks.

Database design and maintenance would oftentimes need to look at database on different partitions. It would be nice to provide DBAs this convenience and not having to open multiple windows.
1 day ago in IBM i / IBM i Access Family 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...
1 day 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...
1 day ago in IBM i / Languages - RPG 0 Submitted

Live Partition Mobility: Allow overrides of CPU and LPAR ID on target CEC

For hosted environments, moving a partition from P9 to P10, for example, is often not at CPU-for-CPU but at CPW-for-CPW (e.g. 15000 CPW = 1 CPU on a 9009-22a but not on a 9105-22a). And LPAR ID is automagically assigned.This is counter-productive,...
2 days ago in IBM i / System Management 1 Submitted

Add the ability to execute a custom AcsConfig.properties in a specific folder when calling acsbundle.jar

I have to deploy ACS in a customer Citrix environnement, with different categories of user and with specific needs (limited access to IFS folders, no SQL client connections for just one category, ...).My intent would be to create as many AcsConfig...
2 days ago in IBM i / IBM i Access Family 0 Submitted

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...
4 days ago in IBM i / Languages - RPG 0 Submitted

Enhance IBM SQL Services to use better "list" parameter parsing

I’d like to request an enhancement to IBM i SQL Services to improve flexibility when passing multiple values to parameters that accept lists. Currently, the following syntax does not work: table(qsys2.active_job_info(subsystem_list_filter=>'QIN...
6 days ago in IBM i / Db2 for i 3 Submitted

Security: Add to user configuration option to log in only from selected IP address

Currently, HMC does not allow you to restrict a user's login to a selected IP address. Such an option is available in SSH however it cannot be used on the HMC console. Currently, it is possible to restrict SSH logins (all of them) using the firewa...
6 days ago in Hardware Management Console 0 Submitted

Custom SQLSTATE/MESSAGE for SIGNAL statement

Currently it is possible with the SIGNAL statement to return a custom SQLSTATE and message. DECLARE COUNTRY_NOT_FOUND CONDITION FOR SQLSTATE '02000'; DECLARE EXIT HANDLER FOR COUNTRY_NOT_FOUND SIGNAL SQLSTATE '75001' SET MESSAGE_TEXT = 'Country no...
6 days ago in IBM i / Db2 for i 0 Submitted