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 213 of 4306

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

Update RPG compiler to define variables using a means like REFFLD() in DDS

In DDS you can use REFFLD() keyword to define a field just like an external table field. Please enhance this for individual fields in RPG so that we do not need to add a template table or DS just to define program variables like the database. Use ...
about 3 years ago in IBM i / Languages - RPG 4 Future consideration

New BIF to test Parameter Length

Please introduce a new BIF (%parmlen) to get the length of a parmeter defined using OPTIONS(*VARSIZE) Use Case: To get the length of a parameter passed by reference *VARSIZE i have to code to use CEEDOD (prototype, parameters and the call itself)....
about 3 years ago in IBM i / Languages - RPG 3 Future 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...
over 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

Add Case Conversion to RPG Subprocedure Parameters

Add support to automatically convert Subprocedure Parameters to Upper or Lower case using OPTION(*UPPER) or OPTION(*LOWER) keywords on the parameter definition. Obviously, this would be for CHAR, VARCHAR parameters that are also CONST or VALUE. It...
over 3 years ago in IBM i / Languages - RPG 10 Future 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