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 2890

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

Using SYSTOOLS.GENERATE_SPREADSHEET to export data to excel, using an existing excel template.

Be able to use an excel template, SPREADSHEET_TEMPLATE, to put the generated data in, setting sheet SPREADSHEET_SHEET and cell SPREADSHEET_CELL where to start put the data.
11 months ago in IBM i / IBM i Access Family 1 Future consideration

Make pytorch available for install from ACS/Open Source Package Managment.

It would be much more practical, and much easier to install pytorch/ppc64 from a well known place. As for now, it's really hard to find instructions of where and how to install a version of pytorch, built for the Power PC architecture.
2 months ago in IBM i / AI with IBM i 1 Submitted

Change SPOOLED_FILE_DATA so *SCS spooled files with ICGDTA(*YES) can be search

I wrote a routine to allow me to present spooled files in VS Code and open them into an edit tab, I can also download the spooled file. These actions use CPYTOSPLF. I also wrote a routine that uses SPOOLED_FILE_DATA but some *SCS reports are not a...
4 months ago in IBM i / Db2 for i 4 Under review

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

DUPTAP performance should be improved

We recently found out, that DUPTAP has an expected behaviour that it takes twice as long as the SAVE-process. If the save-process exceeds 8 hours than one day (i.e. 24hrs) will not be enough to create a duplicate of the tape which is a requirement...
4 months ago in IBM i / Save and Restore 0 Submitted

Enable no-auditing of /tmp like QTEMP

Please change audit code to not audit any activity in /tmp direcotry when system value QAUDLVL has option *NOQTEMP set - or by adding a new option *NOIFSTMP. As this directory is to be used for temporary files by design like objects in QTEMP this...
over 2 years ago in IBM i / IFS (Integrated File System) and Servers 8 Future consideration

New ASSERT op-code

Assertions are good programming style and widely in use in C, C++ and other languages. The idea is to have an ASSERT op-code like that: assert sqlcode in %list(0:100) 'Unexpected SQLCODE = '+%char(sqlcode); assert sqlcode = *zero %msg(...) %target...
9 months ago in IBM i / Languages - RPG 6 Future consideration

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

Allow to define a data structure based on a SQL table function

When declaring a data structure, allow using the keyword extname to read the fields defined in the RETURNS TABLE block of an UDF. dcl-ds genericDsTemplate extname('MYLIB/MY_SQL_TF':*output) qualified template alias end-ds; That would guaranty a 10...
5 months ago in IBM i / Languages - RPG 2 Under review