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 209 of 4234

New keyword OVR in DCL-F.

In stead of OVR command before OPEN it would be usefull set an RPG field with OVR command. Use Case: DCL-F qSysPrt PRINTER OVR(myOvrCmd);DCL-S myOvrCmd VARCHAR(255);myOvrCmd = 'OUTQ(' + myOutQ + ') HOLD(*YES) SAVE(*YES)';OPEN qSysPrt;
almost 8 years ago in IBM i / Languages - RPG 5 Not under consideration

More than one statement per line

It would be nice to be able to put more than one statement per line in free format separated by the Semicolon. If X = 1; X=2; Else; X=3; EndIf; Would be an easy solution without changing the whole language to be similar to what other languages com...
about 4 years ago in IBM i / Languages - RPG 4 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 LE Level Break Subroutines for Free-format

We need RPG LE level break subroutines for use in free-format so that fixed-format C-specs do not need to be coded at all for level break processing. Currently I not only have to code a fixed-format F-spec and I-spec in order for the RPG Cycle to ...
almost 7 years ago in IBM i / Languages - RPG 8 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...
almost 7 years ago in IBM i / Languages - RPG 3 Not under consideration

Allow TEMPLATE keyword for standalone fields

The template keyword allows data structures to be defined as a custom complex type simply for the purpose of defining other data structures with the same structure. Extending this to standalone variables will allow custom simple types to be define...
over 1 year ago in IBM i / Languages - RPG 2 Functionality already exists

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

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...
over 7 years ago in IBM i / Languages - RPG 2 Not under consideration

Minimize the use of semicolons in free RPG

The function of semicolon as end-of-statement in free RPG could be optionally replaced by that of start-of-continuation-line. This way the end of a statement would be indicated by the newline character provided that the first non-blank character o...
over 6 years ago in IBM i / Languages - RPG 5 Not under consideration

Create BIF to move a numeric variable to character and retain leading zeros like the SQL DIGITS funtion

The existing way to move a numeric variable to a character variable and retain leading zeros is to use the %EDITC (with edit code of X) or %EDITW functions. This is a very cryptic way to accomplish the task and not at all intuitive. SQL has the DI...
over 6 years ago in IBM i / Languages - RPG 1 Not under consideration