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 211 of 4259

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 ...
over 11 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

Standardize INFDS and Program Status Data Structure with reserved words and constants

Currently all information in Program Status Data Structure and File Information Data structure is accessd by position in the data structure. The naming is done in the program. Individual programmers use various naming conventions or no convention....
almost 7 years ago in IBM i / Languages - RPG 3 Not under consideration

Extend OVERLOAD to Main-Procedure(s)

It could be useful to have the opportunity to use the OVERLOAD Keyword for Main-Procedures too. Use Case: CTL-OPT MAIN(Main); DCL-PR Main OVERLOAD(mainWithNum :mainWithChar); DCL-PR mainWithNum; Integer INT(10) CONST;END-PR; DCL-PR mainWithChar; C...
over 2 years ago in IBM i / Languages - RPG 1 Not under consideration

BUG 2040 is approaching and it's DUE!

Starting from YEAR 2040 6 digit dates will crash the program or give invalid results! If IBM wants the users to stop using 6digit dates, then it should be a compiler option, to make sure that such code that will crash or give invalid results after...
about 7 years ago in IBM i / Languages - RPG 8 Not under consideration

Declare variables and call procedures directly on the declare

Today if we want to call a procedure that has a return value, we have to declare the variable, data structure etc and then call the procedure like this: dcl-s eligiblefreight packed( 11 : 3 ); eligiblefreight = rlsitm_getEligibleFreight( batch ); ...
11 months ago in IBM i / Languages - RPG 3 Not under consideration

H spec keywords MAIN & NOMAIN

When creating a program with many modules we specify H NOMAIN for modules other than Main module (and, we don’t have to specify H MAIN for main module). In fact, the reverse could be better - specifying H MAIN (mandatorily) for the main module and...
12 months ago in IBM i / Languages - RPG 1 Not under consideration