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

Application Development

Showing 100 of 4252

CL variables can't be qualified to that variable.

Currently CL variables whose storage is defined inside another variable (known in RPG as a data structure) cannot be qualified to that variable. CL modules are getting more and more complex given the expanded features IBM has introduced. The numbe...
over 5 years ago in IBM i / Application Development 8 Not under consideration

CL Language Does not have Array Support

Transferred from AD0269 - The CL language does not have array support, which is something that would be very useful. Use Case: Current workaround: Prior to getting pointer support one had to declare large fields, do a lot of calculating, and use ...
over 5 years ago in IBM i / Application Development 5 Not under consideration

RDI debug "step-back" function key

Have you ever stepped while debugging, realized that you've taken one step too far, and wished you could step back? Or, while stepping, saw a variable change in an unexpected way, and wish you could go back a step and see what its value was before...
over 5 years ago in IBM i / Application Development 2 Not under consideration

Change "DYNAMIC USER PROFILE" parameter using CHGPGM

CHGPGM can be used to change the USRPRF parameter (*USER or *OWNER). It would be very nice if the same command can also change the DYNAMIC USER PROFILE (*USER or *OWNER) parameter. Currently a recompile is needed. Use Case: Developers often forget...
almost 6 years ago in IBM i / Application Development 4 Not under consideration

Suppress the SQL information messages when using debug.

Ability to suppress the SQL information messages when using debug. Use Case: When debugging RPG ILE program with embedded SQL the system generates thousands of spool files with SQL information messages such as "cursor opened", "cursor closed", "n ...
almost 6 years ago in IBM i / Application Development 4 Not under consideration

Allow embedded debug information to be encrypted after program has been created

Provide the ability to add a debug encryption key after a program has been created. Use Case: A ISV needs to send a customer debuggable code, but doesn't want the customer to have access to the embedded debug information. Currently, they would hav...
almost 6 years ago in IBM i / Application Development 3 Not under consideration

Simple option to hide command special value

PARM of CMD has the option to specify special values.Those special values appear first in the list of the values in the CHOICE prompt.We would like to have the option to hide some or all special values from appearing in the CHOICE text. Use Case: ...
almost 6 years ago in IBM i / Application Development 1 Not under consideration

*NEVER option for PARM PMTCTL

When specify PARM of *CMD source, you can specify the PMTCTL keyword to enable conditional prompting of that PARM.The current permissible values are: Name, *NONE and *PMTCTLWe would like to have an additional *NEVER (or any other name of your liki...
almost 6 years ago in IBM i / Application Development 1 Not under consideration

Set Service Program signature via the CRTSRVPGM command

Today, the signature is set by one of the following methods:1. From the STRPGMEXP SIGNATURE statement of the QSRVSRC source2. Automatically generated during service program creation if no QSRVSRC is specified or SIGNATURE is *GEN When using method...
almost 6 years ago in IBM i / Application Development 5 Not under consideration

Option to Automatically do UPDPGM to update signature related to Service Program

Currently when a procedure is added/removed or changed order within a Service Program, the signature changes, and all programs that relate to the Service Program need to do UPDPGM. If not, the program fails. There are some tricks to go around, tri...
almost 6 years ago in IBM i / Application Development 4 Not under consideration