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 2880

SQL Function to Create Spool File

Add SQL function to output query results directly to a spool file. This would be really helpful for simple ad hoc queries and eliminate the need to create an RPG program or dumping query results to an outfile and then using RUNQRY over the outfile...
4 months ago in IBM i / Db2 for i 3 Under review

In QMGTOOLS see there is option 24 PTF management under that there is option 2 compaer HIPER PTF's from IBM. It would be nice to be able to compare any grouip PTF's list for exampe to comapre Security, Jave, DB2, CUM etc...suggest to have a option to compare a grou PTF then type in the group PTF number or have a option for each group PTF for that particular OS. That a way cusomer can get a complet list of PTF's that they will get.

We have customers that want to know which PTF's they will get when ordering any group PTF that is not up to date it is difficult to list find which PTF's that are not on they system befoe ordering the PTF's.
26 days ago in IBM i / PTF and Service 1 Submitted

Default parameter values for parameters defined with *omit or *nopass

Allow the definition of a default value for optional parameters so that rather than having to have to check %parms and use a second field as currently :- dcl-pi addItemToBasket; sku char(10); workQty int(10) options(*nopass)end-pi; dcl-s qty like(...
over 1 year ago in IBM i / Languages - RPG 4 Future consideration

SYSTOOLS.READ_SPREADSHEET to be able to read xlsx files from SQL

It would be usefull to be able to read xlsx files from within RPG programs for importing data as a table function.
8 months ago in IBM i / Db2 for i 2 Future 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...
5 months ago in IBM i / IBM i Access Family 2 Not under consideration

New IBM i Service for SMTP

I would like an IBM i Service to view and manage the Simple Mail Transfer Protocol (SMTP) on IBM i. Ideally this service would not only allow a user to view and or modify the configuration of SMTP but also to view the Email History stored within t...
over 2 years ago in IBM i / Networking 8 Not under consideration

Better behavior and error handling between Infoprint and SMTP

We've gone to great lengths to troubleshoot an email delivery issue in IBM Case TS015919455. When encountering a transient email delivery issue while using a 3rd party email relay server on the public internet (i.e. Microsoft 365), the IBM SMTP se...
6 months ago in IBM i / Print 2 Future consideration

Named parameters for SQL insert statement.

Db2 for i has in few occasions been a forerunner for features of SQL. So perhaps this idea could also be one of these features. We have used named parameters for UDTF and stored procedures for quite some time. SELECT * FROM TABLE (QSYS2.IFS_OBJECT...
6 months ago in IBM i / Db2 for i 2 Future 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...
6 months ago in IBM i / IBM i Access Family 2 Not under consideration

options(*exact) indicator should accept *on and *off

Declaring an indicator on a procedure parameter using options(*exact) restricts calling processes to passing in '1' and '0' literal strings. I think this should accept the special values *on and *off. This currently does not compile. I believe the...
7 months ago in IBM i / Languages - RPG 1 Is a defect