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 4254

Time format *HM for RPG and DDS

We have fields in date and time format and they work excellent. When converting the time field to or from a numeric field, I'm missing the format *HM. As it is now we can convert a field using the format *HMS. Many times seconds are not nescessary...
over 4 years ago in IBM i / Languages - RPG 6 Not under 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

Allow concatenation in named constants

If I'm working with XML-files I define the structure I like to investigate with constants. If you have a XML-file with this structure: <header> <address> <name> </name> </address></header> Then I would like to d...
about 1 year ago in IBM i / Languages - RPG 7 Future consideration

ALLOW i.e. READ opcode to return a value or be usable in expressions

Would be nice to have an idiomatic way to loop a series of record in RPG, like for example other common languages. For example ----------Dow not READ(myfile) = %EOF processingEnddo---------- Will allow for an idiomatic way to loop records, to be a...
over 3 years ago in IBM i / Languages - RPG 4 Not under consideration

DECFLOAT datatype in RPG

With the arrival of the DECFLOAT datatype in Db2, it make sense to ba able to have a native representation in RPG of this datatype. The DECFLOAT gives a precise magnitude of the number where FLOAT only carries the value in an integer and therefor ...
about 5 years ago in IBM i / Languages - RPG 9 Future consideration

Prevent some RNF7031s. Add a way to indicate specific items which should not be diagnosed as un-referenced

Fields defined in ILE RPG source may be diagnosed as not being used by the program; but the developer may have reasons for keeping them. (They might be part of included files, part of API's, or intended for future use.) It is suggested that a comp...
over 3 years ago in IBM i / Languages - RPG 4 Future consideration

Local scope parameter for dow / dou ( perhaps for-each)

I don't expect that RPG will support lambda functions, nor iterators, however it will be easy for users to implement this kind of functionality if a local scopeed loop parameter could be provided by RPG to a user procedure. This will provide a bet...
9 months ago in IBM i / Languages - RPG 7 Not under consideration

Full NULL support

I'd like the ability to define and use the NULL attribute on any field, but in particular, I'd like to be able to pass *NULL as a sub-procedure parameter and have the sub-procedure return *NULL as needed. This will help deal with null-capable colu...
almost 8 years ago in IBM i / Languages - RPG 6 Not under consideration

Large XML File Support for RPG

Our company processes XML files larger than 2GB on a regular basis, and we are currently unable to (easily) use RPG to parse these files beyond the 2147483408 character limit. Use Case: Enabling the RPG XML-SAX or XML-INTO operation codes to handl...
over 5 years ago in IBM i / Languages - RPG 4 Future consideration

Extend PCML to optionally include source file & line number where data structures and procedures are defined

Breaking out this part from https://ibm-power-systems.ideas.ibm.com/ideas/IBMI-I-3437 Please add an option for the PCML generated to include the source file & line number where data structures & procedures are defined. My initial plan woul...
over 1 year ago in IBM i / Languages - RPG 2 Future consideration