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 2753 of 4276

Allow CALLSUBR on EXEC() parm of global MONMSG

Currently, a global MONMSG can only have GOTO in the EXEC() parameter. With the addition of subroutines in CL, it would be beneficial to allow the CALLSUBR opcode in the EXEC() parameter to invoke a generic error handling routine. Use Case: Allowi...
about 4 years ago in IBM i / Languages - CL (Control Language) 2 Future consideration

Copy To Archive File (CPYTOARCF) Enhancement

Please enhance the CPYTOARCF command so that it takes the specified directory as the root directory in the zip file. Example 1: CPYTOARCF FROMFILE('/home/raddatz/temp/ziptest')TOARCF('/home/raddatz/temp/ziptest.zip') In this case the first directo...
over 5 years ago in IBM i / Languages - CL (Control Language) 4 Future consideration

RPG - New BIF for comparing data structures

Based on this discussion: https://www.ibm.com/developerworks/community/forums/html/topic?id=81260576-dab9-4955-b19b-a2c4b4130cd3&ps=25 Would like a BIF to compare corresponding fields in data structures. This would be a field-by-field comparis...
over 6 years ago in IBM i / Languages - RPG 6 Future consideration

SSL/TLS support for SET_SERVER_SBS_ROUTING

We have a number of customers within our Managed Service offering, all of which are using ODBC/JDBC connectivity. To enable us to manage these connections we are adopting the use of SET_SERVER_SBS_ROUTING to route users into different subsystems. ...
over 7 years ago in IBM i / System Management 1 Not under consideration

Enable mixed case DB2 table column names to be used in RPG Data structures defined with ExtName + Alias keyword

Our DB2 tables are defined with both Alternative Name and System Name specified for many columns. We want be able to define the column names in a mixed case that then can be used in our RPG programs by data structures that refer to external names ...
over 7 years ago in IBM i / Languages - RPG 9 Future consideration

Group PTF apply date

Keeping IBM i up-to-date is becoming more and more important when you look at today's threads. (Just think of December 2021 and the log4j issue.)As a result of that reporting when an IBM LPAR was protected also becomes more and more important for ...
about 2 years ago in IBM i / PTF and Service 8 Future consideration

F15 to search backwards, vs. F16 to search forwards

I can search/find forward in a spool file, for example, but it would be nice to be able to search/find backward as well. I see F14=Find options, F16=Find; looks like F15=Find prev would fit nicely on spool files and physical file searches Use Case...
over 2 years ago in IBM i / Print 7 Future consideration

Allow ability to control JobLog write with On-Error

Add an operational extender to the on-error opcode that would allow for control over a joblog write. When the programmer has stated that a specific error condition is trapped/controlled, we should be able to optionally suppress the job log message...
over 4 years ago in IBM i / Languages - RPG 4 Future consideration

RPGLE embedded SQL nested datastructure (array)

It would be useful to allow nested ds and nested ds arrays for hostvariables in embedded SQL (RPGLE). Because now i have to move the nested subfield into a secondary standalone field.This is a horrible workaround :-) . Use Case: CASE WHEN :Example...
almost 5 years ago in IBM i / Db2 for i 6 Future consideration

Allow SQL name when declaring a data structure

Allow a data structure declaration to use a SQL name Use Case: dcl-ds thirdPT extName('THIRDPARTYTABLESQLNAME') alias qualified;end-Ds;
about 5 years ago in IBM i / Languages - RPG 4 Future consideration