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

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...
almost 2 years ago in IBM i / Languages - RPG 2 Future 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

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...
about 2 years ago in IBM i / Languages - RPG 1 Future 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

Allow duplicate CTL-OPT keywords.

In the RFE https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=153870I raised an idea of overriding the values of the control specification using /SET.Barbara Morris asked me to raise it in a separate RFE. This is hereby done...
about 2 years ago in IBM i / Languages - RPG 7 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

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