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

My votes: Languages - RPG

Showing 54

Change RPG compiler to require prototypes for exported procedures

With 7.1 the compiler was changed to not require prototypes for procedures of a RPG module. While that change is great for local procedures, it is really bad for exported procedures, because the compiler does not necessarily validate the prototype...
almost 8 years ago in IBM i / Languages - RPG 15 Delivered

%join() to catenate strings to one string

In Java there is the method join() to catenate strings into one string including a delimiter. I would like to have a function like this. For example%join( '/' : 'dir' : 'subdir' : 'file.txt')resulting in the string 'dir/subdir/file.txt' or if you ...
about 4 years ago in IBM i / Languages - RPG 3 Delivered

Create XML in RPGLE, BIF like %XML-CREATE()

In the Current world, IBM i is interacting with other systems by using the XML format messages which can be easily understood by different systems and humans. IBM has recently provided XML-INTO and XML-SAX built in functions to read the xml and to...
over 9 years ago in IBM i / Languages - RPG 8 Delivered

Add Joblog Messaging Built-in Function to RPG IV

Need simplified methods for writing messages from RPG IV to the Joblog. To that end, we need built-in function that will:write to the joblog using Qp0zLprintf or similar. This built-in function should be named %JOBLOG.Send various message types (*...
about 8 years ago in IBM i / Languages - RPG 10 Delivered

Allow SND-MSG to use %target( *PGMBDY: 0 )

It just makes things so much easier. Supporting *PGMBDY allows *ESCAPE messages to be sent directly to the calling executable (terminating the sending program) from any procedure in a program. Only offering *CALLER forces one to attempt to count t...
over 2 years ago in IBM i / Languages - RPG 3 Delivered

Add %hival() and %loval() BIFs

The *HIVAL and *LOVAL features in RPG are extremly usefull. But especially when comparing, the compiler assumes, that *HIVAL/*LOVAL are according to the compared field - but often you have to compare a value to the *HIVAL/*LOVAL of another field -...
almost 2 years ago in IBM i / Languages - RPG 2 Delivered

RPG datastructure array sort by more than one subfield

For RPG please provide extended sort capability for datastructure arrays. This means sorting of an array over more then one subfield.E.g.: sorta name_of_array(*) (subfieldx: subfieldY: …) using the names of the subfiledsOr sorta name_of_array(*) (...
almost 6 years ago in IBM i / Languages - RPG 9 Delivered

For RPG provide JSON support

Please provide JSON data support in RPG. Read JSON document from IFS or variable. Same methods as already there for XML data. Use Case: Gaining need for processing JSON documents.
over 9 years ago in IBM i / Languages - RPG 7 Delivered

RPG - options(*autostring) in prototypes

To get a more "polymorph" approach to transfer parameter to API's - it would be nice if a prototype could be declare to automatically convert date, time, timestamp, int, packed, zoned, char's and varchar to zero terminated strings with that same c...
over 8 years ago in IBM i / Languages - RPG 10 Delivered

Add new BIFs %max() and %min()

While I can easily create sub-procedures to handle these functions, I can't create a single max or min sub-procedure to handle all numerical combinations, or a true variable numbers of parameters. Please add %min(1: 2: ... : n), and %max(1: 2: ......
over 9 years ago in IBM i / Languages - RPG 7 Delivered