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

My ideas

Showing 4918 of 4918

The QMHQRDQD API should not update the Object Last Used Date.

Currently if you call QMHQRDQD in an RPG or whatever program, that API updates the *DTAQ object's Last-Used Date with the current date. What if QUSROBJD updated the last used date? It doesn't because it should not. The QMHQRDQD API should not upda...
over 2 years ago in IBM i / Core OS 3 Not under consideration

Allow IBM i connection to Fix Central to download PTF iso image files to also use port 990 as well as port 21 for secure downloads.

My company has threatened to disallow a connection to Fix Central using port 21 even if it is secure. This would prohibit the ability to download iso image files from Fix Central to the IBM i. Right now if the command FTP <fix-central> SECCN...
over 2 years ago in IBM i / PTF and Service 2 Not under consideration

For queries requiring table scan agsinst of large, 100,000,000+ row tables, split the query into multiple threads based on a percentage of total table pages

WHY: Improved one off query performance against large, 100,000,000+ row tables. WHO: My customer has transaction log tables that can record millions of transactions per day. Peaking just above 58 million per month in the last 6 months. Maintaining...
over 2 years ago in IBM i / Db2 for i 1 Functionality already exists

Allow OVRPRTF command to specify TOSTMF('/dev/null') to suppress STDOUT from C based objects

Currently the OVRPRTF command will not allow overrides to stream files that already exist. We have been asked by a customer to suppress the creation of spooled files for certain batch tasks. Currently we issue the OVRPRTF command to route this to ...
over 2 years ago in IBM i / Core OS 1 Not under consideration

Integrated File System option in ACS keeps asking for password for multiple operation

If ACS is set to ask for user and password each app opening (say to open different IFS ACS windows using different users), it keeps asking for password even for EACH sub-operation, like "download". Recreate: open ACS IFS using ask for user and pas...
over 2 years ago in IBM i / IBM i Access Family 1 Not under consideration

Encryption Hardware Acceleration for GNUTLS/libnettle

The Samba project has away from home grown encryption and openssl to GNUTLS/libnettle in 2019 see https://blog.cryptomilk.org/2019/10/02/samba-and-gnutls/ With gnutls/libnettle in its current state, we can expect substantial performance penalty on...
over 2 years ago in Linux for Power / RHEL 8 (5639-RH8) 0 Planned for future release

Request for Implementation of Custom Core Dump Generation in Future AIX Versions as is documented

Dear AIX Development Team, We are writing to bring your attention for an issue we have found out regarding the customization of core dump files generation as documented in this IBM URL https://www.ibm.com/support/pages/aix-core-dump-facility. The ...
over 2 years ago in AIX 0 Submitted

In Printer Output in ACS, please add *ALL to the filter functions.

We have many jobs with the same job name and user. When using the filter option, using the Job information section, please allow *ALL in the user and number boxes. Thank you. Darryl Freinkel.
over 2 years ago in IBM i / IBM i Access Family 1 Not under consideration

Allow stored procedures created as *PGM objects to be called as exit point programs

When using the CREATE PROCEDURE SQL statement to create a *PGM Object it is NOT possible to call the generated object outside of SQL; doing so results in an error reporting "Pointer not set". Looking at the code generated as an intermediary step i...
over 2 years ago in IBM i / Db2 for i 4 Not under consideration

Declare variables and call procedures directly on the declare

Today if we want to call a procedure that has a return value, we have to declare the variable, data structure etc and then call the procedure like this: dcl-s eligiblefreight packed( 11 : 3 ); eligiblefreight = rlsitm_getEligibleFreight( batch ); ...
over 2 years ago in IBM i / Languages - RPG 3 Not under consideration