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 2917

Able to debug using SEP in Visual Studio Code when a data library is set to *PROD

When debugging using a native (green) screen, you can specify STRDBG UPDPROD(*YES). When using SEP in Visual Studio Code, there is no way to specify this, therefore, we can't use the SEP in Visual Studio Code if the library attribute is set to *PROD.
3 months ago in IBM i / Application Development 0 Submitted

Monitoring or tracking changes done in DCM

Hi Team, We have a scenario where certification was unassigned from one of the application and so inorder to prevent this from happening again, we need to identify the cause of this issue ie we need to know who has made those changes to the DCM. S...
about 1 year ago in IBM i / Security 3 Future consideration

Migrate Web Administration TLS Wizards to Navigator for i

According to document 7130983, Web Administration for i GUI is migrating to Navigator for i. One important function of the current GUI is not mentioned though- the Wizards to enable and disable TLS for both the HTTPS ADMIN server and the IAS ADMIN...
10 months ago in IBM i / System Management 3 Future consideration

Notify when DCM certificate is near to expire

The improved DCM tool, like its predecessor, does not have notification functionality a few days before certificates expire. It would be very helpful if you can notify us via email or at least in QSYSOPR and set how many days in advance we want yo...
over 4 years ago in IBM i / Security 8 Not under consideration

Enhance or create a new DB2 Service IFS Save Files

Need the ability to see the details of a save file that contains IFS objects so that we can programmatically act on what is inside the save file. For example: CRTSAVF FILE(yourlib/yoursavf)SAV DEV('/qsys.lib/yourlib.lib/yoursavf.file') OBJ(('/home...
about 1 year ago in IBM i / Db2 for i 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...
about 1 year ago in IBM i / Languages - RPG 1 Future consideration

Add user registry and TAI to RSE APIs

Hello, Concerning the use of Remote System Explorer APIs (RSE API), we currently use basic authentication + a session. This opens up many possibilities (IFS access, SQL queries, CL command calls, etc.) to all users (within the limits of thei...
7 months ago in IBM i / Web Serving 1 Submitted

Provide a ?not in? operator.

Now that we have a conditional “in” operator, please provide a “not in” operator, that can be used wherever “in” can, eg, with %lists, %ranges, arrays, etc. Use Case: Currently, to check if the value of a field is not in a list (or range, etc), we...
over 3 years ago in IBM i / Languages - RPG 2 Not under consideration

Make ACS RUNSQL SCRIPTS Open Source/Mbr Respect SRCFILE RCDLEN

In IBM ACS RUNSQL Scripts, if you open a host Source File member, if that source member exceeds 80 bytes, then ACS "wrecks" the source code--potentially making it usable. This request is to have ACS retrieve the source file's record length, and be...
almost 3 years ago in IBM i / IBM i Access Family 3 Future consideration

For a procedure returning a varchar, writing "return *blank;" should be the same as writing "return '';"

Writing: dcl-s result varchar(500); dcl-proc GetErrorMessage;dcl-pi *n varchar(500);end-pi; return *blank;end-proc; result = GetErrorMessage(); //=> result = '[500 times space character]' is not the same as writing: dcl-s result varchar(500); d...
7 months ago in IBM i / Languages - RPG 2 Not under consideration