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 4263

RPG should be named after release

RPG should be identified with OS version to show it is not the rotten RPGI, RPGII, OR RPGIII. Use Case: The first line should replace ** FREE with** RPG 7.1** RPG 7.3** RPG 8 If we want to compile it in previous version for the sake of compatibili...
over 6 years ago in IBM i / Languages - RPG 1 Not under consideration

New RPG assignment operators ++ and --

It would be nice to have the C/Java like assignment operators ++ and -- too. Use Case: var++; instead of var +=1;var--; instead of var -=1;
over 6 years ago in IBM i / Languages - RPG 1 Not under consideration

possibility to specify what decimal character %char() should use

I'm missing the possibility to specify what decimal character should be used in %char() overriding the control specification DECEDIT keyword. The standard european character is comma instead of point. But sometimes when generating CSV or XML files...
almost 7 years ago in IBM i / Languages - RPG 2 Future 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...
almost 7 years ago in IBM i / Languages - RPG 1 Not under consideration

Add new RPG operation code INZDS

Add a new operation code INZDS (or CLEAR option) to initialize a data structure with its template inz values Use Case: Actual you have to declare an additional "inz" data structure dcl-ds tplStruct qualified template; var1 char(10) inz('val1'); va...
almost 7 years ago in IBM i / Languages - RPG 6 Not under 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

Multiple keywords per source line

This has been most likely submitted before:to be able to use more than one keyword per source line like in the example below Use Case: For i=1 to 10; ExecMyProc(i); EndFor;
almost 7 years ago in IBM i / Languages - RPG 2 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...
almost 7 years ago in IBM i / Languages - RPG 3 Not under consideration

Add ability to directly execute CL in RPGLE in the same fashion as SQL

We have the ability to execute SQL statements directly in RPGLE code, including the use of substitution values. Please add the ability to directly execute CL statements in RPGLE as well, including the ability to substitute values into the CL state...
almost 7 years ago in IBM i / Languages - RPG 4 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