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

My votes: IBM i

Showing 1161

%int() and %dec()does not allow blank character string

If I use a character string that only contain spaces or a variable character string with length=0 then %int() and %dec() returns with an escape message RNX0105 - "A character representation of a numeric value is in error.". I have studied the manu...
about 7 years ago in IBM i / Languages - RPG 7 Delivered

Add an enumeration type to RPG so that named constants can be qualified

Allow the use of the CONST keyword to define a datastructure as a constant Use Case: There is currently no mechanism for a complex type to be declared as a constant, immutable value. Providing this would also allow a qualified datastructure to be ...
almost 4 years ago in IBM i / Languages - RPG 11 Delivered

Implement new %POS BIF to facilitate soft coding of DS overlays

Currently if you want to redefine a portion of a Data Structure (usually as an array) you have limited choices. One approach is to manually key the names of all required fields into a DS and then overlay those fields with an array. This is tedious...
about 6 years ago in IBM i / Languages - RPG 5 Delivered

ACS Sql scripts F4 Prompt is too slow

IBM does not support CA for Windows so IBM is wanting users to move to ACS. IBM wants us to move away from greenscreen SQL and use the ACS SQL Scripts. Well there have been many issues I have found with this ACS software. But this case concerns th...
about 3 years ago in IBM i / IBM i Access Family 10 Delivered

SQL scalar functions SETENV and GETENV

SQL has many ways to store and retrieve configuration parameters. Tables, global variables etc. However when SQL is not the only part of the loop environment variables is mostly used else where for common configuration. So where SQL interact with ...
8 months ago in IBM i / Db2 for i 3 Delivered

WRKJOB/DSPJOB OPTION(*OPNF) -- F5 should refresh the current screen instead of going back to the top.

When pressing F5 inWRKJOB OPTION(*OPNF)andDSPJOB OPTION(*OPNF)to update the open file information it always starts with the first page instead of the page you have scrolled to. Thus you have to scroll several pages till you come to the files you a...
over 6 years ago in IBM i / Core OS 5 Delivered

SMB 3 (SMBv3) support needed in IBM i 7.3

for better integration of our windows 2012 and 2016 servers and for security issues we need SMBv3 in IBM i V7R3. Use Case: for better integration of our windows 2012 and 2016 servers and for security issues we need SMBv3 in IBM i V7R3.
about 7 years ago in IBM i / IFS (Integrated File System) and Servers 5 Delivered

Add New BIF's %right() and %left()

While %left(str: int) can be done with a %subst(str: 1: int), %right(str: int) is not so straight forward. %right(str: int) must be written as %subst(str: %len(%trimr(str)) - (int - 1)) This is far less readable. Please add convenience BIF's %left...
about 8 years ago in IBM i / Languages - RPG 14 Delivered

Port FIRST_DAY function to Db2 for i

IBM Db2 11.1 introduced a new scalar function FIRST_DAY to return the first day of the month. https://www.ibm.com/docs/en/db2/11.5?topic=functions-first-day Please port this function to IBM Db2 for i. Use Case: Make SQL more readable. Make SQL mor...
over 2 years ago in IBM i / Db2 for i 2 Delivered

Add "in use" for stream files in iACS

In IBM Navigator for i you can go into Integrated File Systems and see who has a lock on a stream file.I want that capability added in IBM i Access Client Solutions. Use Case: Trying to perform maintenance on a stream file but I cannot see who has...
over 6 years ago in IBM i / IBM i Access Family 3 Delivered