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 125

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

Alias name for Indicators KA-KY

Provide an alias RPG RESERVED NAME for Indicators KA-KY. Suggested alias names: *INFK01-*INFK24*F01-*F24 Use Case: Indicators KA-KY are more simple to communicate with the DDS Dispaly,since it does not use up indicatore 01-99. But the problem with...
about 7 years ago in IBM i / Languages - RPG 4 Not under consideration

Allow to execute Commands directly from RPG without the QCMDEXC interface

Similar to EXEC SQL, to do EXEC CMD or EXEC CL. Variables will be in the format &var1 like in CLP or :var1 like in SQL. Use Case: EXEC CMD CPYF FROMFILE(FromFile) TOFILE(QTEMP/Myfile) INCREL((*IF COLUMN1 *EQ &var1)) RTVSYSVAL SYSVAL(QSRLNB...
about 7 years ago in IBM i / Languages - RPG 4 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

Free form KLIST to allow same field in multiple KLIST

Allow Free Form version of KLIST with the same field in multiple key lists. For example displaying customer invoices I want to have a key list for Customer and Invoice # and another for Customer and Order Date and use the same field for customer i...
almost 4 years ago in IBM i / Languages - RPG 10 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...
almost 8 years ago in IBM i / Languages - RPG 4 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...
almost 8 years ago in IBM i / Languages - RPG 2 Not under 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