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

BUG 2040 is approaching and it's DUE!

Starting from YEAR 2040 6 digit dates will crash the program or give invalid results! If IBM wants the users to stop using 6digit dates, then it should be a compiler option, to make sure that such code that will crash or give invalid results after...
about 7 years ago in IBM i / Languages - RPG 8 Not under consideration

Allow to sort a subfile as simple as sorting an Array DS

I have written numerous programs to sort subfiles, but if RPG implemetns it it would save code, standarize the code, and make the use of RPG more of a pleasure. Use Case: SORTSFL (mysfl:mycolumn1(*ASC);mycolumn2(*DESC))
about 7 years ago in IBM i / Languages - RPG 8 Not under consideration

New RPG figurative constant *CLEAR.

The new figurative constant *CLEAR assumes his value by the field type. For example, with a character field the value is *BLANK, with a numeric field the value is *ZERO, with an indicator the value is *OFF and so on. In other words, *CLEAR has the...
about 7 years ago in IBM i / Languages - RPG 10 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

Provide namespace for exports

As IBM increasingly embraces open source, and third party libraries, it is important to be able to distinguish between like named procedures from different libraries. Please provide a way to namespace service program imports and exports to improve...
about 7 years ago in IBM i / Languages - RPG 8 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

Add template for function prototypes/Procedure Interfaces

Currently when defining a procedure prototype that references a procedure pointer, the prototype must be defined in scope with the pointer which causes issues for me in a highly modularized environment with service programs and sub-procedures. I f...
over 7 years ago in IBM i / Languages - RPG 4 Future consideration

Enable mixed case DB2 table column names to be used in RPG Data structures defined with ExtName + Alias keyword

Our DB2 tables are defined with both Alternative Name and System Name specified for many columns. We want be able to define the column names in a mixed case that then can be used in our RPG programs by data structures that refer to external names ...
over 7 years ago in IBM i / Languages - RPG 9 Future consideration

Option for EXTNAME/LIKEREC(*NULL) to create SQL-type int(5) indicator subfields

LIKEDS is used for creating parallel data structures -- i.e., data structures that have the same list of subfields as another data structure. But, sometimes it is useful to have the same list of subfields but with a different set of data definitio...
over 7 years ago in IBM i / Languages - RPG 9 Future consideration

Consistent use for null values

Currently there are 3 distinct ways to check if a field is or is not null:1 - RPG uses %nullind()2 - SQLRPGLE use a positional numeric array (-1 or <> -1)3 - RPG triggers use a positional indicator (like) array ('0' - '1') Having a common ac...
over 7 years ago in IBM i / Languages - RPG 4 Future consideration