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 73

A new OPTION to force pointer declaration

A new OPTIONs to force explicit declaration of pointer type variables. Use Case: Developing programs
almost 3 years ago in IBM i / Languages - RPG 7 Future consideration

Add %hival() and %loval() BIFs

The *HIVAL and *LOVAL features in RPG are extremly usefull. But especially when comparing, the compiler assumes, that *HIVAL/*LOVAL are according to the compared field - but often you have to compare a value to the *HIVAL/*LOVAL of another field -...
3 months ago in IBM i / Languages - RPG 1 Future consideration

Allow the CONST keyword for a standalone field or data structure

Our Generator (Synon) generates Code in Fixed RPG. Also we need to use our input and output fields in soap-server-modules as datastructures. So we have the problem to sign the *entry plist parms as an input or output (or both) - structure. It woul...
over 1 year ago in IBM i / Languages - RPG 2 Future consideration

Provide a CTL-OPT keyword to prohibit or issue a compiler warning when $ or @ are used in Variable or Procedure names

The use of $ and @ in variable names and procedure names in RPG IV hasn't been recommend in nearly 30 years. Yet we still see some legacy developers using those symbols for some reason. I'd like to see a compiler option or CTL-OPT keyword and eith...
4 months ago in IBM i / Languages - RPG 1 Future consideration

Create a varying length field with the length from a fixed length field

It often happens that I have a field from a database og a screen that is fixed length and have to create a field that is varying length but having the same size as the fixed length. unfortunately it is not possible to do this:dcl-s fixedField char...
9 months ago in IBM i / Languages - RPG 6 Future consideration

Replicate on RPGLE the cobol 88 Level

The 88 level number is not used to declare a variable, but it is used to provide a descriptive name for a condition, used to improve the readability of COBOL programs. In RPG can be coded e.g. as dcl-s flag char(1); dcl-s flag_on referer(flag) val...
10 months ago in IBM i / Languages - RPG 4 Future consideration

bring timestamp timezone awareness

Please add timezone awareness to TIMESTAMP primitive value. Additionally, add the possibility to return current UTC time to BIF %TIMESTAMP ts1 = %TIMESTAMP() // system current timestamp ts2 = %TIMESTAMP(*UTC) // current utc timestamp seconds = %DI...
12 months ago in IBM i / Languages - RPG 3 Future consideration

Relaxation of error RNF3776

Today you can declare parameters for programs that use the ctl-opt main just like any other RPG procedure - making declaration of a program as easy as declaring a procedure . However the compile will issue a warning RNF3776 "External program on pr...
almost 2 years ago in IBM i / Languages - RPG 3 Future consideration

Compiler directive /SET should temporarily set a new default value for DECEDIT

Recently the compiler directives /SET and /RESTORE were introduced. It can be used to temporarily set a new default values for CCSID, DATFMT and TIMFMT.I would like that this also was possible for DECEDIT ( and perhaps DATEDIT ). Use Case: In XML ...
over 2 years ago in IBM i / Languages - RPG 4 Future 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