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 125

Allow Standalone Field Declarations to Reference Subfields of Nested DS Arrays

Declaring a standalone field with a reference field (keyword: LIKE) should work if the referenced field is a subfield of a data structure array in a nested data structure. Use Case: dcl-ds DS_A qualified template; dcl-ds DS_Arr_B dim(10); field1 v...
almost 3 years ago in IBM i / Languages - RPG 5 Not under consideration

Meta procedure (or API) for ILE (RPG)

With PCML we have the information needed to call any ILE ( RPG) program from any other language, or environment and knowing the parameter types and data going back and forth. However this requires that the PCML file is available and deployed along...
almost 3 years ago in IBM i / Languages - RPG 5 Not under consideration

FOR-EACH with record level access

The new FOR-EACH is today working on list, however it would be nice if - in the future - it could be extended to also handle record level access. ( and perhaps also user defined iterators) The basic idea is to make tighter and more concise coding ...
almost 3 years ago in IBM i / Languages - RPG 9 Not under consideration

Count recursive calls (all/direct)

Requesting a built in function to recognize if a proc was called recursively with a parameter to recognize if it was called by itself. Ex: dcl-proc chkRecursion;dcl-pi chkRecursion end-pi;count = %recursion();countDirect = %recursion( *on );if cou...
about 3 years ago in IBM i / Languages - RPG 2 Not under consideration

Allow reserved words as qualified DS subfield names

Allow reserved words to be specified as data structure subfield names. Use Case: The following DS is not allowed because of subfields Read, Update, and Delete, requiring non-standard names for those authorities: DCL-DS ObjectAuthority QUALIFIED; O...
about 3 years ago in IBM i / Languages - RPG 5 Not under consideration

Enhance %char %BIF to add %EDITC functionality %CHAR(mynumber:*NOZEROSUPPRES|*ZEROSUPPRESS)

If we have a numeric field and want to put it in a CHAR field it will show the leading zeros: Assuming myNumber is 7,0 numeric and myAlpha is 7 alpha >> myAlpha = %char(myNumber); myAlpha = '123____' to keep the leading zeros we have to use ...
over 3 years ago in IBM i / Languages - RPG 3 Not under consideration

ALLOW i.e. READ opcode to return a value or be usable in expressions

Would be nice to have an idiomatic way to loop a series of record in RPG, like for example other common languages. For example ----------Dow not READ(myfile) = %EOF processingEnddo---------- Will allow for an idiomatic way to loop records, to be a...
over 3 years ago in IBM i / Languages - RPG 4 Not under consideration

Support both spellings for OPTION and OPTIONS in RPG IV

The H spec or CTL-OPT keyword and RPG Subprocedure Parameter Definitions use different spellings for OPTION/OPTIONS. Please relax the spelling requirements for the OPTION keyword so that both OPTION and OPTIONS are supported in both contexts, and ...
over 3 years ago in IBM i / Languages - RPG 3 Not under consideration

Update RLA to check external DS RCDFMT, not File Name

When using Record Level Access (RLA) with an externally described data structure, RPG compiler throws a RNF7595 if the file used to define the data structure has a different name than the file being accessed. The downside of this is that different...
over 3 years ago in IBM i / Languages - RPG 2 Not under consideration

Enhancements to RPG should be reflected in a target release number that we can compile to.

You are publishing more and more enhancements to the RPG language which I find good. But this also gives us problems because the runtime environments are not backwards compatible. When new releases are published we normally install it on our test ...
over 3 years ago in IBM i / Languages - RPG 6 Not under consideration