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 4265

Cast string value to specified CCSID

How do you convert a character field with embedded UCS2 characters into a UCS2 field? It would be nice to be able to substring out a bit and just say that this piece is already UCS2, don't convert it. The only thing we can do right now is say "con...
about 6 years ago in IBM i / Languages - RPG 2 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

Minimize the use of semicolons in free RPG

The function of semicolon as end-of-statement in free RPG could be optionally replaced by that of start-of-continuation-line. This way the end of a statement would be indicated by the newline character provided that the first non-blank character o...
over 6 years ago in IBM i / Languages - RPG 5 Not under consideration

RPGLE KLIST Field global local

iSeriesRPGLE Compiler When parameters for a procedure are named exactly like the KEY fields of the databasefile and the KEYLIST is global defined a CHAIN, READ ect. do not find a match.The compiler give a warning, but the number is *RNF7031. That ...
over 6 years ago in IBM i / Languages - RPG 3 Future consideration

"RPG" Needs to be renamed to something new

The modern RPG language was changed so much that it has almost nothing common with its old columnar RPG2. Programmers are labeled as old-fashioned when they mention RPG. Besides that, there is a game named RPG, and a weapon named RPG, it confuses ...
over 6 years ago in IBM i / Languages - RPG 1 Not under consideration

Ability to specify a binary literal in the same way as a hexadecimal literal

I would like to have the possibility to specify a binary literal in RPG just like it is possible to specify a hexadecimal literal. For example the value x'A1' should have the presentation b'10100001' x'F8F0' is equal to b'1111100011110000' Use Cas...
over 6 years ago in IBM i / Languages - RPG 4 Future consideration

RPG - Conditional (Ternary) Operator (?:) in EVAL operation

I'd like to be able to use conditional assignment (?:) in EVAL and EVALR operation in RPG. C, C#, java and many other languages have a conditional (aka ternary) operator. This allows developers to make very terse choices between two values based o...
over 6 years ago in IBM i / Languages - RPG 17 Future consideration

Make %dec() 2nd & 3rd parm optional

The %dec() function should be able to detect the length and decimal positions of the target variable when converting from a character field. Use Case: Currently, when using the %dec() function to convert from a character field, you're forced to sp...
over 6 years ago in IBM i / Languages - RPG 6 Future consideration

New control specification - Merge Default - MRGDFT

I'm missing an option in the control-specification statements so I can specify an option and then tell the compiler that it should merge the defaults in the data areas RPGLEHSPEC or DFTLEHSPEC. It could be MRGDFT(*YES) and MRGDFT(*NO) Use Case: No...
over 6 years ago in IBM i / Languages - RPG 3 Not under consideration

RPG - New BIF for comparing data structures

Based on this discussion: https://www.ibm.com/developerworks/community/forums/html/topic?id=81260576-dab9-4955-b19b-a2c4b4130cd3&ps=25 Would like a BIF to compare corresponding fields in data structures. This would be a field-by-field comparis...
over 6 years ago in IBM i / Languages - RPG 6 Future consideration