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 4263

Don't incl Hidden fields on DS defined based on external name

When a data structure is defined based on a table with hidden fields the compiler shouldn't include hidden fields in the structure. Now option available to exclude these on the definition Use Case: When defining a data structure based on an table ...
over 3 years ago in IBM i / Languages - RPG 4 Future 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

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

Allow %PROC BiF in the ON-EXIT

Allow the %PROC built in function to be used in the ON-EXIT group. That way if the subprocedure errors I can return the name of the subprocedure to whatever called it.
about 2 months ago in IBM i / Languages - RPG 2 Future consideration

Support JSONPARSE without "root" object

Allow the IBM supplied JSONPARSE parser to parse a JSON object without a name. Use Case: Example, JSONString containing; { "name": "this is my name", "age": "50"} … fails with RNX0356, reason code 1 when using the code; Dcl-DS myDS Qualified; name...
over 4 years ago in IBM i / Languages - RPG 3 Not under consideration

Possibility to specify a compare procedure for SORTA and %LOOKUPxx

I would like to have the possibility to specify a compare procedure for SORTA and %LOOKUPxx in the way we are doing with the qsort and bsearchIt would make both instructions much more flexible. The pointer to the compare procedure should be added ...
over 6 years ago in IBM i / Languages - RPG 5 Future consideration

Allow data structures to be extended or decorated

RPG currently allows us to define a data structure with the same layout another with the LIKEDS keyword. It would be useful to be able to use a similar keyword to define the basic structure, but also to extend the data structure and add additional...
over 1 year ago in IBM i / Languages - RPG 1 Future consideration

Update RPG compiler to define variables using a means like REFFLD() in DDS

In DDS you can use REFFLD() keyword to define a field just like an external table field. Please enhance this for individual fields in RPG so that we do not need to add a template table or DS just to define program variables like the database. Use ...
about 3 years ago in IBM i / Languages - RPG 4 Future consideration

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

Case sensitive RPG

Provide a control option to maken RPG case sensitive (procedure names, variables, …) so that enforcing programming standards becomes more easy. Use Case: I'm not requesting that variable "A" and "a" are two different variables , but rather that th...
about 5 years ago in IBM i / Languages - RPG 7 Future consideration