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 46

Internal job id in program datastructure

We would like to have easy access to the unique internal job id via the program datastructure (as we have to jobName, jobUser, jobNo in pos. 244-269). As for now we have to use API QUSRJOBI to find the internal job id. Use Case: Our system stores ...
about 7 years ago in IBM i / Languages - RPG 4 Delivered

Dealloc not allowing fully qualified name

I am storing a pointer in a data-structure subfield, where this subfield is also an array. The DEALLOC opcode does not allow for a full qualified field name, only simple ones. Use Case: De-allocating pointers part of a data-structure subfield arra...
about 7 years ago in IBM i / Languages - RPG 4 Delivered

%timestamp with micro seconds

Build in function %timestamp returns 000 in the micro second part. By using SQL you can get timestamp with micro seconds, but we measure a larger cpu consumption.The requirement is %timestamp with micro seconds and same performance as today! Use C...
over 7 years ago in IBM i / Languages - RPG 5 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 7 years ago in IBM i / Languages - RPG 8 Delivered

Change the RPG compiler to add an option like ALIGN(*FULL)

The C compiler pads out a struct so that its length is a multiple of its alignment. So if the struct contains a pointer, the length will be a multiple of 16. RPG does not do this, even with the ALIGN keyword, so the RPG data structure might be up ...
over 7 years ago in IBM i / Languages - RPG 4 Delivered

Add New BIF's %right() and %left()

While %left(str: int) can be done with a %subst(str: 1: int), %right(str: int) is not so straight forward. %right(str: int) must be written as %subst(str: %len(%trimr(str)) - (int - 1)) This is far less readable. Please add convenience BIF's %left...
over 7 years ago in IBM i / Languages - RPG 14 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 7 years ago in IBM i / Languages - RPG 7 Delivered

For RPG provide the name of the actual procedure at runtime

For RPG extend Program status data sturcture (PSDS) or provide a BIF to reflect the name of the actual procedure. Use Case: Regarding PSDS, at the end add a subfield of at least 128 bytes.Regarding a BIF, implement %procedure() which returns the n...
over 7 years ago in IBM i / Languages - RPG 3 Delivered

CRTBNDRPG should additionally support CCSID parameter

Eclipse Orion and Git now support RPG Source located in IFS, which will be tagged with CCSID 1208 or UTF-8 as default. On the other hand, the RPG compiler (CRTBNDRPG command) doesn't support CCSID parameter and is not compatible with IFS located R...
almost 8 years ago in IBM i / Languages - RPG 3 Delivered
112 VOTE

Provide an %UPPER and %LOWER bif

It would be helpful to have an easier and more robust way to change the case of characters from upper to lower or lower to upper. The current method is to use the %XLATE function, but the usual way that this is coded (just using the main 26 letter...
almost 8 years ago in IBM i / Languages - RPG 17 Delivered