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 4269

Provide encapsulation in RPG

Provide encapsulation to RPG so we don't need to mimic it via pointers and get easier to read coding. Currently I'm writing; pObject = MyCreate();MysetValue(pObject: 'attr': 'value');MydoSomething(pObject);MyDestroy(pObject); ... which would be ea...
over 5 years ago in IBM i / Languages - RPG 6 Not under consideration

Enable Retrieval of SQL constraint violation error information in RPG program

Current RPG support requires programmers to use IBM i APIs plus considerable coding to determine what constraint has caused an error. For example, when using an SQL insert on table, where a check or foreign key constraint is used, a violation of t...
over 5 years ago in IBM i / Languages - RPG 3 Not under consideration

Allow Unabbreviated RPG Freeform Data Type Keywords

Please change the SQL precompiler, RPG compiler, and Rational Developer for i to also recognize and allow the unabbreviated forms of the RPG freeform data type keywords. Use Case: For example, ucs2 is fine as it is. But, allow: integer for intindi...
over 5 years ago in IBM i / Languages - RPG 1 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...
over 5 years ago in IBM i / Languages - RPG 2 Not under consideration

%SCANRPL to replace only *FIRST or *LAST occurence

%SCANRPL is a nice and usefull function but sometimes we need to limit the replacement to the first or the last occurence. Use Case: When we use long varying strings with placeholders some of them are repeated and we cannot use %SCANRPL.
over 5 years ago in IBM i / Languages - RPG 5 Not under consideration

Better UTF-8 (1208) unicode support (XML, DDS, ...)

Many functions related to Unicode like XML-Into, DDS support, ... only work with CCSID 1200 and not with CCSID 1208 which is a much common data representation in our environments. Use Case: Many functions related to Unicode like XML-Into, DDS supp...
over 5 years ago in IBM i / Languages - RPG 6 Not under consideration

Declaration of like variables

Like Dcl-F/S/DS etc., it would be of great advantage to have a declaration type Dcl-Like. The format of Dcl-Like should be as under:Dcl-like [LikeReferenceField] [Field1 {inz}, Field2 {inz}, ..., FieldN {inz}] Use Case: 1. Dcl-Like would help redu...
almost 6 years ago in IBM i / Languages - RPG 3 Not under consideration

RPG string templates

Modern applications are using strings more and more to provide data for documents and web applications. Strings can be constructed today but the syntax get the process very convoluted especially when strings folds over several lines and contains v...
about 6 years ago in IBM i / Languages - RPG 5 Not under consideration

RPG block comments

Single line comments are allowed today by // however the commonly used block comment /* … */ are not. Use Case: Since **free don't have a concept of H,C,F spec it should be straight forward to implement the /* .. */ block comment syntax. The work ...
about 6 years ago in IBM i / Languages - RPG 9 Not under consideration

Divide the RPG manual into a fixed format and a free format version

For many years the RPG manual have described both the fixed format and the free format. As the years has passed the free format version of RPG has been more and more enhanced where the fixed format is more "steady". Now I feel that the manual is g...
about 6 years ago in IBM i / Languages - RPG 4 Not under consideration