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 216

New function %lookupNE() to find the first element in an array not equal to the search argument

Many times I have to locate the first non-blank or non-zero element in an array. To search for it I either have to code a for/endfor or dow/enddo loop to scan for it. Sorting it is not an option. The sequence must be kept. So often it is something...
about 2 years ago in IBM i / Languages - RPG 1 Future consideration

OPDESC support for numeric parameters

Would like to see operational descriptor support extended to include numeric parameters, i.e. be able to determine type (packed, zoned, int, uns etc), length, and decimal positions for a numeric parameter passed to a sub-procedure when 'const' or ...
over 4 years ago in IBM i / Languages - RPG 3 Not under consideration

RPG File Description Keywords SFLPAG and SFLSIZ

I'm missing 2 File Description Keywords, SFLPAG and SFLSIZ.They should return the values from the subfile control record in a WORKSTN file. Today we are hardcoding the values in the programs and have to remenber to change them if we change the sub...
almost 6 years ago in IBM i / Languages - RPG 2 Not under consideration

ILE RPG Compiler Warning/Error Suggestion

%DATE(expression) fails if program is compiled with CVTOPT(*DATETIME) and "expression" is a valid timestamp value. Use Case: Compilation.
almost 3 years ago in IBM i / Languages - RPG 1 Not under consideration

New Compiler Predefined Values for INCLUDE

It would be nice to have the library, file and member name of the source being compiled as predefined values for the INCLUDE or COPY compiler directives, like: *SRCLIB, *SRCFILE and *SRCMBR The format and rules for the directive would stay the sam...
about 8 years ago in IBM i / Languages - RPG 9 Not under consideration

New built-in function %RESET.

The %RESET built-in function can be used to query or set the reset value for a field. Use Case: IF %RESET(myField) <> myField;// myField has changedENDIF; // Assign new reset value at anytime.%RESET(myField1) = myField2;
about 8 years ago in IBM i / Languages - RPG 6 Not under consideration

Add template for function prototypes/Procedure Interfaces

Currently when defining a procedure prototype that references a procedure pointer, the prototype must be defined in scope with the pointer which causes issues for me in a highly modularized environment with service programs and sub-procedures. I f...
over 7 years ago in IBM i / Languages - RPG 4 Future consideration

Option to suppress RNF7031 messages in F-specs

I always clean up any unused variables in a program before I implement it so other programmers won't be confused. As an aid to cleanup, I compile the program with RDp and then double click one of the messages in the error list so the messages are ...
almost 12 years ago in IBM i / Languages - RPG 5 Future consideration

Add parameters ALWLIBUPD / ALWUPD on CRTSQLRPGI and CRTBNDRPG

Make attributes / parameters ALWUPD and ALWLIBUPD available on 1 step compile (CRTSQLRPGI, CRTBNDRPG). On 2 step compile, they ara available on the CRTPGM command. Use Case: When creating program (using service program) and deploying it to other s...
almost 7 years ago in IBM i / Languages - RPG 3 Not under consideration

Program Dump enhancement

In RPG program dump, it highlights the error description, procedure name, Statement in Error line # ect at the top page. It will be more helpful if the dump can also provide the variable name that had the issue on the top of the dump. This is usef...
about 5 years ago in IBM i / Languages - RPG 2 Not under consideration