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 213

Read pointer to a LOB

We want to be able to read data in a lob from RPG using a pointer. The same way as we can work on data in a userspace through a pointer.This is actually an old request, but since we are using more and more LOB columns the need for doing this in a ...
about 7 years ago in IBM i / Languages - RPG 5 Not under consideration

RPG File Description Keywords SFLPAG and SFLSIZ

I'm missing 2 File Description Keywords, SFLPAG and SFLSIZ.They should return the values from the subfile control record in a WORKSTN file. Today we are hardcoding the values in the programs and have to remenber to change them if we change the sub...
about 7 years ago in IBM i / Languages - RPG 4 Not under consideration

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...
over 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