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 4265

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

RPGLE - Prevent using Data Structure as a field

The attached file contains a subset of code with data structure definitions and code using the data structures. RPGLE will allow you to reference the data structure name and treat it like a character field and compile it successfully. I cannot t...
about 2 years ago in IBM i / Languages - RPG 2 Future consideration

XML-INTO: Add new option to clear DS before loading

Add an option to XML-INTO that clears the DS before parsing the XML data into the DS. This option should work similarly to EVAL and other "assignment-type" functions.Data Structures are typically used to temporarily store XML data prior to taking ...
about 7 years ago in IBM i / Languages - RPG 3 Not under consideration

Enhance DCL-DS to emulate "i-Spec Member Format Identifier" in **free & /free

When using **free (or /free) RPG, there is nowhere to specify the use of i-specs within the particular program. Overall, I agree with this, as i-specs really shouldn't be used. However - there are times, because of the way a logical file has been ...
about 5 years ago in IBM i / Languages - RPG 5 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...
over 7 years ago in IBM i / Languages - RPG 2 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 ...
almost 8 years ago in IBM i / Languages - RPG 3 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...
almost 8 years ago in IBM i / Languages - RPG 3 Not under consideration

"RPG" Needs to be renamed to something new

The modern RPG language was changed so much that it has almost nothing common with its old columnar RPG2. Programmers are labeled as old-fashioned when they mention RPG. Besides that, there is a game named RPG, and a weapon named RPG, it confuses ...
over 6 years ago in IBM i / Languages - RPG 1 Not under consideration

Recursive program call static variables

With use of THREAD(*CONCURRENT) for "MRT" programs (recursive call'able) we are missing a new type of 'static' variables:Program level: 1) Static GLOBAL variables (Shared for ALL recursive call instances) – ok (default)2) GLOBAL variables (Unique ...
about 7 years ago in IBM i / Languages - RPG 3 Not under consideration

Allow multiple definitions in a Dcl-s statement

A very usefull future I found in other languages is multiple variable definition in one line of code: Dcl-s a b c int(10); is clearly faster and shorter than: Dcl-s a int(10);Dcl-s b int(10);Dcl-s c int(10); Use Case: nd
over 3 years ago in IBM i / Languages - RPG 1 Not under consideration