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 128

Provide namespace for exports

As IBM increasingly embraces open source, and third party libraries, it is important to be able to distinguish between like named procedures from different libraries. Please provide a way to namespace service program imports and exports to improve...
over 7 years ago in IBM i / Languages - RPG 8 Not under consideration

Allow qualified values within Dim( ) keyword in ILE RPG

In moving towards more modular development, we're attempting to move our program set up values to a data structure however the DIM keyword doesn't allow qualified variable names. Use Case: Define a data structure:SetupEntries Ds Inz Qualified MaxE...
over 7 years ago in IBM i / Languages - RPG 2 Not under consideration

RPG compiler bad behaviour with *VARSIZE and litterals

when a prototype declare size 1 option(*varsize),when the program uses the prototyped call passing a litteral parameter, even if the litteral is long, the compiler has no care of *VARSIZE, and truncates the litteral at size 1.the result is a memor...
almost 8 years ago in IBM i / Languages - RPG 2 Not under consideration

Enable compilation of full free-form RPG to 6.1 from 7.1/7.2

ILE RPG compilers on 7.1 and 7.2 should support compiling full free-form RPG when a target release of 6.1/V6R1M0 is specified. Use Case: Many companies are running IBM i systems that predate 7.1. 6.1 still has a relatively large install base. Allo...
almost 8 years ago in IBM i / Languages - RPG 2 Not under consideration

Same name for RPG built-in Functions and SQL functions.

I don't understand why some functions present in RPG and SQL have different name. For example, %TRIMR and RTRIM, %TRIML and LTRIM, %SUBST and SUBSTR. Please, create an RPG alias equal to SQL name. Use Case: Every time I use thats built-in function...
almost 8 years ago in IBM i / Languages - RPG 2 Not under consideration

For fully free RPG provide support for program described printer files

Provide support for program described printer files. Since in fully free RPG there is no support for output specification, please change the WRITE op-code to direct coutput to non external described printer files. The PRTCTL keyword for line spaci...
about 8 years ago in IBM i / Languages - RPG 3 Not under consideration

Reade Record Locking

Enhance the reade operation to prevent unwanted record locks on records not associated with your application. Currently when performing a setll on a record that does not exists in the database, it will setll on the next record in sequence. If you ...
about 8 years ago in IBM i / Languages - RPG 3 Not under consideration

Substring Operations for Numeric Columns/Fields

Have a built-in function (eg %SUBSTN) for substring operations on numeric columns/fields. The current %subst built-in function only operates on alpha fields. This would be very helpful to eliminate extra coding steps to convert a numeric number in...
about 8 years ago in IBM i / Languages - RPG 2 Not under consideration

For RPG modify DSPLY operation code to use ILE Session Manager

Modifiy RPG operation code DSPLY to use the ILE Session Manager instead of the rather limitated program message screen. This screen allows to show only 57 bytes or so of text.It should be the same as in REXX or C. There is also possible to print t...
about 8 years ago in IBM i / Languages - RPG 4 Not under consideration

DETERMINISTIC for RPG Sub_Procs Needed

RPG Sub-Procedures: Add DETERMINISTIC feature to sub-procedures, just like DB2 SQL/PL for i has. This can greatly turbo-charge processing. make it work like the DETERMINISTIC keyword for stored procedures and UDF's. Use Case: Turbo charge processi...
about 8 years ago in IBM i / Languages - RPG 3 Not under consideration