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 4270

Improve PCML to allow non-integer return variables and SQL service to retrieve PCML

Please update PCML to allow any return variable or parameter that RPG natively supports and add a SQL service to pull PCML from the object. This was mentioned in a comment for IBMI-I-2812 but I thought it warranted it's own request. The PGMINFO co...
over 1 year ago in IBM i / Languages - RPG 3 Future consideration

Control spec similar to BNDDIR (also similar to BNDSRVPGM parameter in CRTBNDCL) to specify a service program

Allows the programmer to leverage C application programs/procedures without requiring a binding directory or special compile instructions - ie., CRTRPGMOD followed by CRTPGM.
over 1 year ago in IBM i / Languages - RPG 4 Future 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

declare multiple variables on the same line in RPG free

Please add the possibility to declare multiple variable of the the same type on the same line, taking advantage of "free" RPG form possibilities, similar to C or other languages. i.e. DCL-S i1, i2, i3, i4 INT(10); DCL-DS struct1, struct2, struct3 ...
almost 2 years ago in IBM i / Languages - RPG 1 Not under consideration

Defaults for Dcl-pi;

Parameters for programs and procedures are declared with Dcl-pi. Today it requires to to give the name or *N. But for programs and procedures that does not return a value - it would be appreciated if that was not required and could default to *N a...
almost 2 years 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

%Split should allow array index

Currently %Split returns an array, but it would be nice if it would allow a single index of the array to be returned directly by coding for example mystring = %Split(string: ':')(1); This avoids using a work array.
almost 2 years ago in IBM i / Languages - RPG 3 Not under consideration

New function %lookupNE() to find the first element in an array not equal to the search argument

Many times I have to locate the first non-blank or non-zero element in an array. To search for it I either have to code a for/endfor or dow/enddo loop to scan for it. Sorting it is not an option. The sequence must be kept. So often it is something...
almost 2 years ago in IBM i / Languages - RPG 1 Future consideration

Support DEC keyword to declare Decimal variables

There is a need to support the DEC keyword when defining decimal variables in RPG IV. It would match both SQL and all other HLL on the system. I understand perhaps the implementation of FIXNBR(*INPUTPACKED) contributed to the decision to use Packe...
almost 2 years ago in IBM i / Languages - RPG 3 Not under consideration

RPGLE - Prevent using Data Structure as a field

The attached file contains a subset of code with data structure definitions and code using the data structures. RPGLE will allow you to reference the data structure name and treat it like a character field and compile it successfully. I cannot t...
about 2 years ago in IBM i / Languages - RPG 2 Future consideration