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 1736

Add a exit point option to be executed at the end of a FTP or SFTP process

With increasing demands on security, FTP has exit points when starting a FTP process but not when it ends. We have a need to monitor all FTP processes when they have completed. This includes inbound and outbound processes. Providing access control...
over 4 years ago in IBM i / Networking 7 Not under consideration

New keyword OVR in DCL-F.

In stead of OVR command before OPEN it would be usefull set an RPG field with OVR command. Use Case: DCL-F qSysPrt PRINTER OVR(myOvrCmd);DCL-S myOvrCmd VARCHAR(255);myOvrCmd = 'OUTQ(' + myOutQ + ') HOLD(*YES) SAVE(*YES)';OPEN qSysPrt;
almost 9 years ago in IBM i / Languages - RPG 5 Not under consideration

Add option to NOT generate QPJOBLOG spoolfiles when debugging SQL RPG programs.

When debugging a SQLRPGLE program and the files used in the program are large, the system generates hundreds of spool files QPJOBLOG which are all basically the same and have no useful information. It takes time to delete and slows the debug proce...
almost 6 years ago in IBM i / Db2 for i 8 Not under consideration

CHGPF with SRCFILE option causes all Field Procedures to decrypt all the data encrypted in the file

when a CHGPF with SRCFILE option is ran over a Physical file with a Field Procedure on one or more fields the data is automatically decrypted to the the full value. Use Case: When file XFILE contains a field SOCIAL that has a field procedure on it...
over 7 years ago in IBM i / Db2 for i 2 Not under consideration

ACS Add warning message when trying to download or view a *IPDS print file.

As users get used to using ACS, they are downloading print files to their PC's. The majority are downloaded as PDF's. For *IPDS print files, these files download as .bin files and not as .pdf or .txt. .bin files are useless to anyone. The request ...
over 4 years ago in IBM i / IBM i Access Family 4 Not under consideration

Enhnance XMLROW by adding an OPTION of "OPTION EXCLUDE XMLDECLARATION" to this function

When using the XMLROW function, it addes the XML header tag to each returned row. So you end up with <?xml version="1.0" ENCODING="IBM037"?> prefixing each and every row. IBM ACS and other interfaces strip off that header tag internally. But...
over 1 year ago in IBM i / Db2 for i 1 Not under consideration

JSON_UPDATE - Updating a true/false value

Whith JSON_UPDATE it is possible to modify existing JSON data. It is possbile to exchange a single value, to add a key/value pair, to exchange an existing Object, to add an existing Object, exchange an array and add a new array. ... but it is not ...
over 1 year ago in IBM i / Db2 for i 1 Not under consideration

Improve cancel handler to avoid hang situations when ending jobs that behaves badly.

We've had a lot of hang situations when doing ENDSBS *ALL over the year which always results in us having to restart the LPAR using the HMC. The cause have in almost all cases been found to be an application program not responding to the cancel ha...
over 7 years ago in IBM i / Core OS 3 Not under consideration

Submit job where the child job inherit the submitter job's QTEMP

Such option will free the submitted (child job) from the need to create objects in its QTEMP that were already exists in the submitter job's (parent) QTEMP This can be achieved by a new SBMJOB keyword: QTEMP(*NONE, *ALL, *NOTFILES, <object type...
over 1 year ago in IBM i / Work Management and Messaging 3 Not under consideration

New control specification - Merge Default - MRGDFT

I'm missing an option in the control-specification statements so I can specify an option and then tell the compiler that it should merge the defaults in the data areas RPGLEHSPEC or DFTLEHSPEC. It could be MRGDFT(*YES) and MRGDFT(*NO) Use Case: No...
over 7 years ago in IBM i / Languages - RPG 3 Not under consideration