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 229

Add a way to associate a Binding Directory or Bound Service Program name with a Subprocedure Prototype

When using /INCLUDE to pull in Prototypes, RPG developers also have to remember to specify the BNDDIR or BNDSRVPGM keyword to include the related component that contains the procedure. This enhancement will make that capability bound to the Protot...
about 5 hours ago in IBM i / Languages - RPG 0 Submitted

Implement a %DTAARA built-in function in RPG IV

A %DTAARA built in function would be used to : When used as an lValue (left side of an =) Change the content of the data area. When used ias an rValue (right side of the = sign, or in compare opcodes) it returns the content of the data structure T...
about 5 hours ago in IBM i / Languages - RPG 0 Submitted

Add %HEX (or %TOHEX and %FROMHEX) built-in functions to RPG IV

Utilizing the cvthc and cvtch functions for converting to and from hexadecimal notation is a valuable tool in RPG land. However, in the context of RPG development, we must rely on our own prototypes since IBM does not provide standard prototypes w...
4 days ago in IBM i / Languages - RPG 0 Submitted

Allow Subprocedure Exported Name to appear on the EXPORT keyword of DCL-PROC

When building RPG IV modules, the export name of Subprocedures must appear on the Prototype's EXTPROC keyword. If there is NO prototype, it may appear on the DCL-PI's EXTPROC keyword. However, if there is no Parameter List, often the DCL-PI does n...
3 days ago in IBM i / Languages - RPG 0 Submitted

Possibility to use generic message ID's on ON-EXCP section in MONITOR group

It would be very useful to have ability to use generic message ID's e.g CPF0000, CPF9800 in ON-EXCP op-code within MONITOR group. This should be similar to CL's MONMSG functionality in terms of generic message ID's monitoring.
2 months ago in IBM i / Languages - RPG 1 Future consideration

Add WHEN-IS-NOT clause to the new SELECT statement

The traditional SELECT/ENDSL allows when a=b and also allows when a <> b. However, the new SELECT/WHEN-IS/ENDSL does not allow a negative comparison, and forces me to go back to the older style. In this shop [and others I have worked in], th...
2 months ago in IBM i / Languages - RPG 1 Future consideration

Enable options(*exact) for indicators.

I am the developer of RPGUNIT and recently I added procedure assertEqual() to it. This procedure handles all data types, because it uses the OVERLOAD keyword for delegating the call to the procedure that is in charge for the data type. dcl-pr asse...
4 months ago in IBM i / Languages - RPG 2 Under review

Relax requirements for using Ds in I/O

The general problem is about the compiler issuing a RNF7595 when I try to use the same Ds (or Likerec Ds) on diffent files sharing the same format and based on the same PF. This is an example: Dcl-f fileA01L keyed usage(*input); Dcl-f fileA02L key...
about 1 month ago in IBM i / Languages - RPG 4 Future consideration

%repeat as a BIF in RPGLE

Now we have the nice string function like %upper,() %lef(), %right() .. etc. and this is just great !! let's continue this toolbox for string functions: Just like the SQL scalar function REPEAT it would be appreciated to have the equivalent functi...
6 months ago in IBM i / Languages - RPG 1 Future consideration

Allow to initialize arrays using %list

Allow for arrays to be initialized using %list command, for example: dcl-s allowedValues int(10) dim(4) inz(%list(1:2:3:4)); Plus error checking when initial value exceeds array size etc.
9 months ago in IBM i / Languages - RPG 1 Future consideration