Skip to Main Content
IBM Power Ideas Portal
Hide about this 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 232

Correct the Documentation and Termnology for Character vs Byte Count on things like %LEFT

I would like to propose a refinement to the terminology used in the documentation for the third parameter of %LEFT, %RIGHT, and other RPG IV built-in functions that handle multi-byte characters. Currently, the terms NATURAL and STDCHARSIZE are use...
3 days ago in IBM i / Languages - RPG 0 Submitted

Add *NULL as an option for parameter values.

Today we code OPTIONS(*OMIT) on parameters for subprocedures. Today we have to test a parameter to see if it was omitted by: Specifying foo('A' : *OMIT : 10); *OMIT on calls to subprocs. Testing if that parameter is "omitted" by comparing its addr...
3 days ago in IBM i / Languages - RPG 1 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 1 month 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...
about 1 month 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.
4 months ago in IBM i / Languages - RPG 1 Future consideration

RPG: Do not send RNF7031 (variable not referenced) for fields in template ds

For data consistency we use our reference file to define internal fields like so: dcl-ds omsref ext template end-ds ; dcl-s myObject like ( objc ); The reference file contains a boatload of fields. Because we do not use the majority of these field...
22 days ago in IBM i / Languages - RPG 0 Submitted

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...
3 months ago in IBM i / Languages - RPG 3 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...
6 months ago in IBM i / Languages - RPG 2 Under review

Add a way to associate a Binding Directory with a Subprocedure Prototype

When using /INCLUDE to pull in Prototypes, RPG developers also have to remember to specify the BNDDIR or BNDSRVPGM keyword on the CTL-OPT spec in order to include the related component that contains the procedure. This request would enable the dev...
about 1 month ago in IBM i / Languages - RPG 0 Submitted

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.
10 months ago in IBM i / Languages - RPG 2 Future consideration