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 4276

XML-INTO to have full UTF-8 support, or work as old time "MOVE" function and don't care of what the content is, just dump it into the receiving variable.

XML-INTO to have full UTF-8 support, or work as old time "MOVE" function and don't care of what the content is, just dump it into the receiving variable. example: incomingfile.xml encoded in UTF-8 should be parsed and a number of data should be st...
about 2 months ago in IBM i / Languages - RPG 1 Future consideration

Named constant *SRCCCSID for current source CCSID

Moving files from QRPGLESRC to IFS and around in international environment can cause some challenges for CCSID. However procedures can be written to be aware of this issue and be language (ccsid) neutral by passing the ccsid of the source file con...
6 months ago in IBM i / Languages - RPG 5 Needs more information

ENUM construct an function

ENUM Similarly to java and other languages an enum construct may be useful to rpg programmer. It involves declaring key-value pairs and an instruction to find the value corresponding to the key provided e.g.: declare the enumeration name (enumerat...
8 months ago in IBM i / Languages - RPG 1 Not under consideration

add loop DOU_LEAVE (Do Untill Leave)

Standardization Currently if I need to loop untill end of file' I would do as follows. SETLL file1;DOU %EOF(file1); read file1; if %EOF(file1); LEAVE ENDIF; exsr SR01; ENDDO %EOF appears twice which is not perfect code. I could repalce the first l...
9 months ago in IBM i / Languages - RPG 4 Future consideration

Allow SND-MSG to send a message to a subfile message file.

Allow the SND-MSG command to send a message to a subfile message file. This would allow the developer to use SND-MSG to send a message to a subfile when an error is encountered in a validation routine. It could also be used to send a confirmation ...
about 1 year ago in IBM i / Languages - RPG 9 Not under consideration

Change RPG to support UNLOCK using RCDFMT name

RPG allows us to CHAIN using RCDFMT. RPG forces us to UPDATE/DELETE using RCDFMT. RPG does NOT allow us to UNLOCK using RCDFMT... This leads to buggy code -- it would be easier to spot mistakes and avoid bugs if we could CHAIN RCDFMT, UPDATE RCDFM...
over 1 year ago in IBM i / Languages - RPG 2 Future consideration

ILE RPG Compiler Warning/Error Suggestion

%DATE(expression) fails if program is compiled with CVTOPT(*DATETIME) and "expression" is a valid timestamp value. Use Case: Compilation.
almost 3 years ago in IBM i / Languages - RPG 1 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...
over 5 years ago in IBM i / Languages - RPG 1 Not under consideration

Declaration of like variables

Like Dcl-F/S/DS etc., it would be of great advantage to have a declaration type Dcl-Like. The format of Dcl-Like should be as under:Dcl-like [LikeReferenceField] [Field1 {inz}, Field2 {inz}, ..., FieldN {inz}] Use Case: 1. Dcl-Like would help redu...
almost 6 years ago in IBM i / Languages - RPG 3 Not under 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