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 867

Do not show unused annotations for unnamed subflelds in RPG source

In Rational Developer for I, when editing ILE RPG source, an annotation icon may appear in the left margin of a source line which defines a field to notify the user that field is not used in the source program. These “Not Used” annotations may app...
3 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Possibility for %lookup to search more than one field of a structure.

In data structures, lookup using %lookup is fantastic. But it would be interesting to add the possibility of searching on two or more fields: structure(1).field1 = 'A'; structure(1).field2 = 123; structure(1).field..... structure(2).field1 = 'B'; ...
4 months ago in IBM i / Languages - RPG 2 Future consideration

Provide a CTL-OPT keyword to prohibit or issue a compiler warning when 6 char dates are used in RPG programs that will not work after 2039

dsply %date('010140':*mdy0) ; it will show DSPLY 1940-01-01 which is wrong. At least issue a compiler warning.
4 months ago in IBM i / Languages - RPG 2 Future consideration

Display fields and/or structures defined with TEMPLATE differently in the outline.

It's nice to know that a data element is a "data type" or "template" rather than usable storage. Also, if you have the knowledge available during editing, don't suggest TEMPLATE items in calculations. They're OK for like() and likeds(), %size(), t...
4 months ago in IBM i / RDi (Rational Developer for i) 1 Future consideration

Implement JSON_LEN SQL scalar function (returns # of elements in JSON array)

Please implement a new SQL scalar function JSON_LEN, which returns the number of elements in a JSON array. if MyJSON contains "{"MyObj":{"MyArray":["One","Two","Three"]}}" exec sql set :NumElems = JSON_LEN(:MyJSON, '$.MyObj.MyArray'); sets NumElem...
4 months ago in IBM i / Db2 for i 4 Future consideration

Terminate long running tasks on end requests

In order to terminate a program gracefully during an end request (ex. ENDJOB, ENDSBS, ...) the job end status can be checked (ex. RTVJOBA ENDSTS in CL or %ShtDn in RPG) and acted accordingly. The problem is however that when a job is executing lon...
4 months ago in IBM i / Work Management and Messaging 4 Future consideration

Enhance Output Queue Library Filtering on QGYOLSPL to support *ALLUSR and *ALL options

The QGYOLSPL is great for obtaining a list of SPOOLED files. However the output queue filtering option is limited to a specific library name or two symbolic names *CURLIB and *LIBL. The issue comes up if an output queue is in a "private" library t...
4 months ago in IBM i / Print 1 Future consideration

Improve IBM i Access ODBC Driver simultaneous connections by eliminating constant Windows registry updates

Please refer to IBM case number: TS014016695. It will fix the problem when ODBC driver creates multiple connections to the same host name as the same time. We had an issue in our organization when network connection drops between Windows cloud ser...
4 months ago in IBM i / IBM i Access Family 3 Future consideration

COBOL compiler option STDINZ required be enhanced to initialize variables

COBOL compiler option STDINZ required to be enhanced to initialize variables based on the data type. E.g. Numeric fields to be initialize with Zeros, Character fields to be initialized with Blanks etc. This is to avoid initialization issues of the...
4 months ago in IBM i / Languages - Other 2 Future consideration

Add *TARGET to all RPG functions similar to *SRC in DDS

Example: %SUBST(NAME:1:1)=%UPPER(*TARGET); /* new way var. NAME is mentioned only once and %SUBST is not repeated*/ Instead of %SUBST(NAME:1:1)=%UPPER(NAME:1:1); /* var. NAME is repeated twice */ Also in mathematical statements: COUNTER=*TARGET+1 ...
4 months ago in IBM i / Languages - RPG 1 Future consideration