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 3169 of 4926

New QSYS2 Table function : QSYS2.WRITER_INFO

Hello, I wanted to retrieve the list of all the writers present on my client's machine.I tried with the SQL table : QSYS2.OBJECT_STATISTICS.SELECT * FROM TABLE (QSYS2.OBJECT_STATISTICS('*ALL ','*DEVD')) WHERE OBJATTRIBUTE in ('PRTLAN','PRTVRT','PR...
3 months ago in IBM i / Db2 for i 3 Future consideration

Add issuer certificate serial number in qsys2.certificate_info and QycuRetrieveCertificateInfo API

In the DCM GUI, the hierarchy view provides the certification chain: the authority (one or more) + the client/server certificate. However, there is no solution for finding this link using code: The qsys2.certificate_info SQL service and the QycuRe...
3 months ago in IBM i / Security 0 Submitted

Provide an up to date version of ICU - International Components for Unicode (5770SS1 - Option 39)

Having to deal more and more with Unicode and some applications that are still restricted to EBCDIC codepages, I was looking at the ICU library but found out that the most recent version on IBM is 4.0 which dates from 2009 (more as 15 years old) ?...
6 months ago in IBM i / Core OS 1 Submitted

Remove permissions from catalog files

Here is a reproducible example Signon on QSECOFR or a profil with *secadm create a table CREATE TABLE LIB.CLIENTBQ ( NUMERO DEC ( 5) NOT NULL WITH DEFAULT, NOM CHAR ( 20) NOT NULL WITH DEFAULT, IBAN CHAR ( 14) NOT NULL WITH DEFAULT) remove public ...
4 months ago in IBM i / Db2 for i 2 Future consideration

Removal of 4-Core Limit for IBM-i VMs on the S1022

Description: As a forward-thinking organization leveraging IBM-i on the S1022 server, we are consistently seeking ways to enhance performance, optimize resource utilization, and meet our increasing workload demands. In light of this, we submit the...
about 1 year ago in IBM i / Install and Upgrade and Licensing 10 Under review

Keyword / Compiler Option to warn if a procedure uses global variable

New Control Spec Keyword / Compiler Option to warn if a calculation in procedure uses a global variable Keyword: PROCGLBVAR with options *ALLOW *WARN *ERROR *allow - no compiler message if a calculation in a procedure references a global variable ...
about 1 month ago in IBM i / Languages - RPG 0 Submitted

New compile option for embedded SQL allowing to raise SQL errors as RPG errors

Something like EXEC SQL SET OPTION SQLERRHANDLING = *EXCEPTION; that would allow a user to trap exceptions like this: monitor; EXEC SQL SELECT * FROM TABEL_THAT_DOES_NOT_EXISTS; on-excp [Whatevere error code for SQL error]; //Do something endmon;
about 2 months ago in IBM i / Db2 for i 1 Not under consideration

Prohibit changing the activation group name of a program

If you create a program using the CRTPGM command, you have an ALWUPD() parameter. Setting it to *NO prevents you from changing the activation group name using the UPDPGM ... ACTGRP(new group) command. When you create a program using the CRTBNDXXX ...
4 months ago in IBM i / Languages - RPG 0 Submitted

Enhance maximum variable length to 4GB

More and more we need to handle data with sizes over 16MB ie XML, so it would help a lot if it was possible to handle the maximum amount of data in a variable. Therefore I would like to have the possibility to define variables in RPG with a size o...
6 months ago in IBM i / Languages - RPG 2 Under review

Further enhancements to the SQL scalar GENERATE_SPREADSHEET functionality to allow naming a sheet

Along with the required enhancements to ACS to enable this in the scalar function, provide the ability to name that sheet when creating it in the xls or xlsx workbook. We now have the ability to append a sheet and specify which sheet to add so the...
about 1 month ago in IBM i / Db2 for i 1 Future consideration