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

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

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

Better UTF-8 (1208) unicode support (XML, DDS, ...)

Many functions related to Unicode like XML-Into, DDS support, ... only work with CCSID 1200 and not with CCSID 1208 which is a much common data representation in our environments. Use Case: Many functions related to Unicode like XML-Into, DDS supp...
almost 6 years ago in IBM i / Languages - RPG 6 Not under consideration

Allow Unabbreviated RPG Freeform Data Type Keywords

Please change the SQL precompiler, RPG compiler, and Rational Developer for i to also recognize and allow the unabbreviated forms of the RPG freeform data type keywords. Use Case: For example, ucs2 is fine as it is. But, allow: integer for intindi...
almost 7 years ago in IBM i / Languages - RPG 3 Not under consideration

heredoc syntax for large literals

When developing SQLRPG programs, I frequently have to deal with large multiline literal strings for defining SQL statements. I have in fact exceeded the size limit of a string literal in the past. It would be nice to have a HEREDOC syntax for assi...
almost 8 years ago in IBM i / Languages - RPG 4 Not under consideration

Enhancements to RPG should be reflected in a target release number that we can compile to.

You are publishing more and more enhancements to the RPG language which I find good. But this also gives us problems because the runtime environments are not backwards compatible. When new releases are published we normally install it on our test ...
over 3 years ago in IBM i / Languages - RPG 6 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

Support both spellings for OPTION and OPTIONS in RPG IV

The H spec or CTL-OPT keyword and RPG Subprocedure Parameter Definitions use different spellings for OPTION/OPTIONS. Please relax the spelling requirements for the OPTION keyword so that both OPTION and OPTIONS are supported in both contexts, and ...
over 3 years ago in IBM i / Languages - RPG 3 Not under 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

%CHAR(numeric) Should Also Support Non-Constant Precision and Scale Parms

Currently, %DEC and %DECH don't support non-constant precision and scale parms. If that is to remain as is, then it would be *very* helpful if at least %CHAR(numeric) would not only support precision and scale parms, but would also support them as...
about 4 years ago in IBM i / Languages - RPG 2 Not under consideration