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 239 of 4651

Relaxe the restriction for the QUALIFIED keyword use on LIKEDS strucctures.

When coding RPG IV, I use Templates and the LIKEDS keyword, and also use non-Template data structures with the LIKEDS keyword. RPG IV muscle memory instinctively has me writing: DCL-DS myStruct Qualified LIKEDS(struct_tmpl) Inz(*LIKEDS); The probl...
13 days ago in IBM i / Languages - RPG 0 Submitted

Add 2nd parameter to %UPPER and %LOWER to limit length of conversion in target variable

When working with buffers, such as VARCHAR(65535) or CHAR(65535) etc. I often get the length of the buffer returned to me by another function. What I would like to do is to specify that length as the 2nd parameter of %UPPER and %LOWER so that only...
24 days ago in IBM i / Languages - RPG 2 Not under consideration

Added specific RPG Compiler/syntax checker error or warning for lines that end with COLON

When writing code using PC-based editors, often the colon is mistakenly entered instead of the semi-colon. This often happens in "assist" mode or by simply not pressing the shift-key. However the current RPG Compiler usually says "keyword not foun...
24 days ago in IBM i / Languages - RPG 0 Submitted

%elem on enum

I would like to define the size of my dim array depending on the number of elements of my enum. Example : dcl-enum my_enum qualified; value1 const('1'); value2 const('2'); end-enum; dcl-s my_array char(1) dim(%elem(my_enum));
13 days ago in IBM i / Languages - RPG 1 Functionality already exists

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

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...
29 days ago in IBM i / Languages - RPG 1 Submitted

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 2 months ago in IBM i / Languages - RPG 0 Submitted

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...
about 2 months ago in IBM i / Languages - RPG 0 Submitted

Named index of current iteration in for-each loop

I'm building some functionality that relies on several arrays that need to be filled, checked and modified on the fly. I like the for-each loop with dim(*auto: nn) for this. In the initial load proces I can use '*next' as an index, which is great....
9 months ago in IBM i / Languages - RPG 1 Future consideration

Compiler may notice a missing Ctl-Opt Main() keyword

When the main() keyword in RPG is missing the compiler assumes RPG cycle logic, even if there is not a single C-spec outside a procedure available and all F-specs are coded with UsrOpn. When you call the program it runs at _QRNP_PEP_... and does n...
5 months ago in IBM i / Languages - RPG 1 Future consideration