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

All ideas

Showing 4501

options(*exact) indicator should accept *on and *off

Declaring an indicator on a procedure parameter using options(*exact) restricts calling processes to passing in '1' and '0' literal strings. I think this should accept the special values *on and *off. This currently does not compile. I believe the...
8 months ago in IBM i / Languages - RPG 1 Is a defect

CGI PDI Enable History Performance Reports PDF

Inavigator PDI Performance Data Investigator.Create Report of History Performance data , and preferably to be able to schedule them. Use Case: PM400 is End Of Support by IBM , There is an high demand from our IBM i customers to have similar monthl...
about 4 years ago in IBM i / Performance Tools 7 Future consideration

PDF/A with ZUGFeRD

Due to EU laws, we need the ability to create PDF/A files with ZUGFeRD.
4 months ago in IBM i / Print 2 Future consideration

Add CPYJOBSCDE Command

we have work and add job scheduled entries but, can we also have a copy job scheduled entry? Sometimes you need to add a job scheduled entry and just change a script that is going to run. For example, First job scheduled entry SBMJOB CMD(QSYS/RUNS...
about 1 year ago in IBM i / Core OS 4 Future consideration

RPG block comments

Single line comments are allowed today by // however the commonly used block comment /* … */ are not. Use Case: Since **free don't have a concept of H,C,F spec it should be straight forward to implement the /* .. */ block comment syntax. The work ...
over 6 years ago in IBM i / Languages - RPG 9 Not under consideration

New ASSERT op-code

Assertions are good programming style and widely in use in C, C++ and other languages. The idea is to have an ASSERT op-code like that: assert sqlcode in %list(0:100) 'Unexpected SQLCODE = '+%char(sqlcode); assert sqlcode = *zero %msg(...) %target...
10 months ago in IBM i / Languages - RPG 6 Future consideration

Full qualified job name in DSPJOB and WRKJOB

The fully qualified job identifier : 123456/USER/JOBNAME is used many several places for interaction with a job However this information is available in the form: Job: JOBNAME User: USER Number: 123456 in both DSPJOB and WRKJOB. It would appreciat...
almost 3 years ago in IBM i / Core OS 5 Future consideration

ClamAV rpm requested for IBM i

Please may we have a port of ClamAV (already available on AIX) for the IBM i platform incuding back to 7.1 :-) Use Case: Ability to run Open Source AV on the IBM i platform.
over 3 years ago in IBM i / Open Source and PASE 6 Planned for future release

Allow data structures to be extended or decorated

RPG currently allows us to define a data structure with the same layout another with the LIKEDS keyword. It would be useful to be able to use a similar keyword to define the basic structure, but also to extend the data structure and add additional...
about 2 years ago in IBM i / Languages - RPG 3 Future consideration

Modify ulimit to display the lesser of nproc or maxuproc

As per this site https://www.ibm.com/support/pages/aix-ulimit-and-maxuproc ulimit was recently changed to display a more accurate value than "unlimited" when nproc is -1, and instead show the maxuproc that provides the real limit.This helps provid...
3 months ago in AIX 0 Submitted