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

IBM i

Showing 2843

Allow variables defined with like(<file-field>) to be used as embedded SQL host variables

If a variable in RPGLE is defined with like, and the source field comes from an external file (PF, DSPF, etc), the SQL preprocessor does not like it. Example: dcl-f CUSTMAST keyed; dcl-s qCust like(CUSTNUM); // CUSTNUM defined in CUSTMAST If I att...
8 months ago in IBM i / Db2 for i 3 Future consideration

Simple RPG BIF to submit a process in batch.

We have to build the complete sbmjob command string to run a process in batch from RPG. My suggestion (original idea from Golang goroutines) is to use a simple BIF that will accept a process name and parameters as input, submit the process in batc...
8 months ago in IBM i / Languages - RPG 2 Not under consideration

SSL/TLS support for SET_SERVER_SBS_ROUTING

We have a number of customers within our Managed Service offering, all of which are using ODBC/JDBC connectivity. To enable us to manage these connections we are adopting the use of SET_SERVER_SBS_ROUTING to route users into different subsystems. ...
almost 8 years ago in IBM i / System Management 1 Not under consideration

Configurable auto-formatting of own procedures

The current code formatter only indents known RPG statements like If, Do, Select, ... but doesn't recognize custom written procedures that benefit from proper indentation as well. The result is that these are now aligned so that their indentation ...
over 6 years ago in IBM i / RDi (Rational Developer for i) 6 Future 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...
about 1 year ago in IBM i / Languages - RPG 4 Future consideration

Support both spellings for OPTION and OPTIONS in RPG IV

The H spec or CTL-OPT keyword and RPG Subprocedure Parameter Definitions use different spellings for OPTION/OPTIONS. Please relax the spelling requirements for the OPTION keyword so that both OPTION and OPTIONS are supported in both contexts, and ...
almost 4 years ago in IBM i / Languages - RPG 3 Not under consideration

Meta procedure (or API) for ILE (RPG)

With PCML we have the information needed to call any ILE ( RPG) program from any other language, or environment and knowing the parameter types and data going back and forth. However this requires that the PCML file is available and deployed along...
over 3 years ago in IBM i / Languages - RPG 5 Not under consideration

allow NFS mounted files systems in ACS Integrated File System

when using the ACS Integrated File system and navigating to a NFS mount, incorrect output is shown Use Case: Using ACS IFS function or Toolbox they get duplicate names with an endless growing list. it is unusable. additional infoSE75873 - OSP-OTHE...
over 2 years ago in IBM i / IFS (Integrated File System) and Servers 2 Future consideration

Implement SST or SUBSTR in RPG IV Built-in Functions

Since integration with SQL is pervasive in RPG IV, it would be beneficial (particularly with new-hires) to have RPG support consistent components with SQL.To that end, the SQL language uses SUBSTR or SUBSTRING for the Substring function, while CL ...
over 3 years ago in IBM i / Application Development 3 Not under consideration

DCL variable length variables or CALLPRC passing *BYVAL2 or *BYVAL4

I would like the ability to declare a varying length character variable in CL. Just like in RPG. For example:DCL VAR(&VAR) TYPE(*CHAR) LEN(100)DCL VAR(&VAR) TYPE(*VARCHAR) LEN(100) DCL VAR(&VAR) TYPE(*VARCHAR) LEN(100000) DCL VAR(&...
about 5 years ago in IBM i / Languages - CL (Control Language) 5 Future consideration