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 4271

New RPG figurative constant *CLEAR.

The new figurative constant *CLEAR assumes his value by the field type. For example, with a character field the value is *BLANK, with a numeric field the value is *ZERO, with an indicator the value is *OFF and so on. In other words, *CLEAR has the...
about 7 years ago in IBM i / Languages - RPG 10 Not under consideration

New RPG assignment operators ++ and --

It would be nice to have the C/Java like assignment operators ++ and -- too. Use Case: var++; instead of var +=1;var--; instead of var -=1;
almost 7 years ago in IBM i / Languages - RPG 1 Not under consideration

improve compilation cross reference with location in memory

Hello, I'm working again on expanding the size of a field in the database. I previously encountered difficulties with fields that overlaps in data structures. Exploration of the rpgle compilation cross references gives me a lot of information abou...
12 months ago in IBM i / Languages - RPG 1 Future consideration

prefix field length limited to 10 should be increased

bug fix This program the same field name in 2 files, in an external data structure for each file. So I put a prefix on the Dcl-F & Dcl-DS of the second file prefix(AUTHDR_) and it still would not compile. I shortened the prefix(A_) and the pro...
12 months ago in IBM i / Languages - RPG 2 Future consideration

Loading methods in Subfiles

I am entering another idea - in fact, thoughts about loading methods. Please find the attached document. Thank you.
12 months ago in IBM i / Languages - RPG 1 Not under consideration

Tagging conditional statements like IF, DO, SELECT

Statements like IF - ELSE - ENDIF, SELECT, LOOPs should have tag (or Id) assigned to the beginning and end (and if required in between). Example: /Free IF#1: IF (cond1) { Set-of-statements;} IF#1-1: IF (inner-condition 1) { Set-of-statements;} IF#...
12 months ago in IBM i / Languages - RPG 2 Not under consideration

Allow INDDS/INFDS data structures to be nested (subfield) data structures

Allow the data structures referenced in the INDDS and INFDS keywords to be nested (subfield) data structures. Use Case: DCL-F SubmitD WORKSTN INDDS(Screen.Response) INFDS(Screen.Information); DCL-DS r_DisplayIndicators QUALIFIED TEMPLATE; ExitPres...
over 3 years ago in IBM i / Languages - RPG 2 Future consideration

Multiple Occurrence Data Structure can not be used as an operand with the IN operator

Using a Multiple Occurrence Data Structure (MOD) with IN and %list() results in a compiler error. *RNF0203 30 1 Refer to the compiler listing where this message was first *RNF0203 30 001100 OPERAND MOD OF 'IN' CANNOT BE A DATA STRUCTURE. But in th...
about 1 year ago in IBM i / Languages - RPG 1 Not under consideration

RPG File Description Keywords SFLPAG and SFLSIZ

I'm missing 2 File Description Keywords, SFLPAG and SFLSIZ.They should return the values from the subfile control record in a WORKSTN file. Today we are hardcoding the values in the programs and have to remenber to change them if we change the sub...
about 7 years ago in IBM i / Languages - RPG 4 Not under consideration

add an option *bool for int parameters

Please add an option to automatically convert ind values to int for prototyped C functions that expect a bool. This would allow for easier usage of C functions from RPG, just as the *string option for pointers does. An option to automatically conv...
about 1 year ago in IBM i / Languages - RPG 2 Future consideration