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

Languages - RPG

Showing 211 of 4263

%DECH enhancement for length and decimal places

The idea is to enhance %DECH() BIF: a) allow the the use %len() and %decpos() for parameters 2 and 3 Example: dcl-s n1 zoned(10:2) inz; n1 = %dech( 12345 / 1000 : %len(n1) : %decpos(n1) ); b) make parameters 2 and 3 optional and retrieve the lengt...
5 months ago in IBM i / Languages - RPG 2 Under review

Local scope parameter for dow / dou ( perhaps for-each)

I don't expect that RPG will support lambda functions, nor iterators, however it will be easy for users to implement this kind of functionality if a local scopeed loop parameter could be provided by RPG to a user procedure. This will provide a bet...
9 months ago in IBM i / Languages - RPG 7 Not under consideration

DATA-INTO support of NULL values

The API's used to implement DATA-INTO are great. However missing the possibility to provide NULL values. RPG supports that a variable can have the special value of NULL but the the API does not allow to transfer this special case. Especially while...
about 1 year ago in IBM i / Languages - RPG 1 Future consideration

Control spec similar to BNDDIR (also similar to BNDSRVPGM parameter in CRTBNDCL) to specify a service program

Allows the programmer to leverage C application programs/procedures without requiring a binding directory or special compile instructions - ie., CRTRPGMOD followed by CRTPGM.
over 1 year ago in IBM i / Languages - RPG 4 Future consideration

declare multiple variables on the same line in RPG free

Please add the possibility to declare multiple variable of the the same type on the same line, taking advantage of "free" RPG form possibilities, similar to C or other languages. i.e. DCL-S i1, i2, i3, i4 INT(10); DCL-DS struct1, struct2, struct3 ...
almost 2 years ago in IBM i / Languages - RPG 1 Not under consideration

New function %lookupNE() to find the first element in an array not equal to the search argument

Many times I have to locate the first non-blank or non-zero element in an array. To search for it I either have to code a for/endfor or dow/enddo loop to scan for it. Sorting it is not an option. The sequence must be kept. So often it is something...
almost 2 years ago in IBM i / Languages - RPG 1 Future consideration

Extend OVERLOAD to Main-Procedure(s)

It could be useful to have the opportunity to use the OVERLOAD Keyword for Main-Procedures too. Use Case: CTL-OPT MAIN(Main); DCL-PR Main OVERLOAD(mainWithNum :mainWithChar); DCL-PR mainWithNum; Integer INT(10) CONST;END-PR; DCL-PR mainWithChar; C...
over 2 years ago in IBM i / Languages - RPG 1 Not under consideration

add the ability to specify scope of static variable in RPGLE sub-procedure

Request to allow developer to specify the scope of static variable in RPGLE sub-procedure. Currently, static variable has an Activation Group scope. I would like to request adding a parameter to the static keyword that will allow developer to spec...
about 4 years ago in IBM i / Languages - RPG 3 Not under consideration

More than one statement per line

It would be nice to be able to put more than one statement per line in free format separated by the Semicolon. If X = 1; X=2; Else; X=3; EndIf; Would be an easy solution without changing the whole language to be similar to what other languages com...
about 4 years ago in IBM i / Languages - RPG 4 Not under consideration

XML-INTO: Add new option to clear DS before loading

Add an option to XML-INTO that clears the DS before parsing the XML data into the DS. This option should work similarly to EVAL and other "assignment-type" functions.Data Structures are typically used to temporarily store XML data prior to taking ...
about 7 years ago in IBM i / Languages - RPG 3 Not under consideration