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 2898 of 4493

Provide ability to control SSL counters (in SST) from OS command line using an API

We are running v7r4 and find the SSL counters that are available within SST very useful. A challenge we face is that due to our a weekly system interruption for full system save and IPL, these counters are disabled and get reset. It would desirabl...
6 months ago in IBM i / Security 1 Under review

API or DB2 SQL Service to return the OVRDBF information for a JOB

It would be nice to have either a DB2 SQL Service or API that would return the information from DSPOVR. Currently the only way I know to do this at least for the current job is to do a DSPOVR *PRINT or DSPJOB *PRINT and read through the spool file...
6 months ago in IBM i / Db2 for i 4 Future consideration

Add an argument to %Scan to calculate and return occurrences of the search-arg

Objective: To have an argument in %Scan that returns the total number of occurrences of the search argument in the search string. for example... string = 'hello world' count of 'o' = 2 Below is a suggestive implementation using a hypothetical rese...
6 months ago in IBM i / Languages - RPG 2 Future consideration

Display Spooled File needs to support better F14/F15/F16 find options

Search is NOT case-sensitive so we are often forced to guess the case. Also it would be very helpful to have F15=FindPrev since we are forever jumping to bottom of joblog and then paging up to find a previous Escape message.
6 months ago in IBM i / Print 1 Future consideration

Change the QSYS2.IFS_READ Table Function to accept a variable as the Path Name

It would make the IFS_READ Table Function more useful when processing files received from REST API's.
6 months ago in IBM i / Db2 for i 3 Functionality already exists

Creation of a new function for certificate management in DCM

Currently, to manage certificates, the user needs *ALLOBJ and *SECADM permissions. I would like to have a function that allows users to manage certificates without needing these permissions.
6 months ago in IBM i / Security 1 Under review

add a %round built-in function

While %inth and %dech exist, they only allow for half up rounding and don’t have an option to round to a negative number of decimal places (e.g. 123 => 120). The %dech built-in is kind of awkward because you always must specify the size and pre...
6 months ago in IBM i / Languages - RPG 1 Future consideration

Run SQL Scripts Db2 connections

It would be nice if the IBM i ACS Run SQL Scripts tool can also be used to connect to a Db2 LUW database by simply specifying a different driver. There would be no need to use a different client. DB admins would benefit from this .
6 months ago in IBM i / IBM i Access Family 1 Not under consideration

Enhance IBM DB2 SQL triggering to allow running the triggering action in async mode to improve system performance

This is useful for non critical batch run update for huge size file to shorten the program run time.
7 months ago in IBM i / Db2 for i 1 Functionality already exists

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