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 1670

Allow %subarr() to be used in a logical expression.

%subarr() is useful in interactive programming to initialize many indicators at once. When initializing the screen, I can use %subarr() like this: %subarr( *in: 51: 5 ) = *all'0'; to turn off 5 indicators starting at 51. Checking several indicator...
11 days ago in IBM i / Languages - RPG 1 Not under consideration

Access Client Solutions (ACS) - Make it possible to remotely deploy and manage ACS

In our enterprise (and many others) the software on our users' workstations needs to be managed centrally using tools such as InTune, SCCM, etc. Currently there isn't a supported way of doing this for ACS. This is becoming a serious issue/challeng...
about 1 month ago in IBM i / IBM i Access Family 2 Not under consideration
307 VOTE

*ESCAPE messages for SAVLIB

We have received MONMSG for CPF3795 in every SAVLIB running in our CL program: https://ecurep.mainz.de.ibm.com/rest/download/28061%2C100%2C838/2018-04-06/28061.100.838.SOURCE.txt?astext=true&fileSize=83568 But, when CPF3795 is reported saving ...
about 6 years ago in IBM i / Save and Restore 5 Not under consideration

iACS: Rewrite the documentation for IBM i Access Client Solutions

There is much that is missing from this documentation. Including, but not limited to: How to limit users access to some of the functions by using server configuration such as "Function Usage" available in IBM Navigator for i. Sure there are ways o...
8 months ago in IBM i / IBM i Access Family 4 Not under consideration

Make installing Visual Explain optional

When installing IBM i Access Client Solutions (ACS) the option is given to skip the installation of several components. Run SQL Scripts (RSS) always has Visual Explain included. I would like to see this treated similar as the System Debugger which...
2 months ago in IBM i / IBM i Access Family 2 Not under consideration

Add Native DCM support for ACME protocol (Automatic Certificate Management Environment)

IBM i 7.4 introduced APIs that support Native Digital Certificate Management, I would like IBM to build on this a deliver a natively supported ACME (Automatic Certificate Management Environment) protocol support to allow IBM i to automatically req...
7 months ago in IBM i / Security 3 Not under consideration

IBM DB2 SQL Table: Database Manger Identity / Duplicate Key

Change SQL to support unique identity columns. Where unique identity columns are automatically unique (pk/uk constraint), automatically skip numbers that already exist, and only throw exception if file is out of available numbers. We use identity ...
23 days ago in IBM i / Db2 for i 1 Not under consideration

For a procedure returning a varchar, writing "return *blank;" should be the same as writing "return '';"

Writing: dcl-s result varchar(500); dcl-proc GetErrorMessage;dcl-pi *n varchar(500);end-pi; return *blank;end-proc; result = GetErrorMessage(); //=> result = '[500 times space character]' is not the same as writing: dcl-s result varchar(500); d...
about 2 months ago in IBM i / Languages - RPG 2 Not under consideration

BRMS Web GUI interface needs to be made available for 5770BR1

Fortra has developed a web interface for BRMS replacing the old web navigator interface that was deprecated. This new interface is only available in the new software subscription for BRMS, 5770BR2 with PTFs SJ00271and SJ00272.Not every customer is...
24 days ago in IBM i / BRMS 3 Not under consideration

New op-code RCV-MSG or enhancement of ON-EXCP/ON-EXIT

When sending an escape message with SND-MSG it is easy to catch that exception with MONITOR and ON-EXCP. But to receive the message (especially the message data), remove the message from the job log or re-send the message up the call stack, we sti...
5 months ago in IBM i / Languages - RPG 2 Not under consideration