Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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

PL/I Compilers

Showing 117

Exponentiation of 10 are incorrect

Our customer is in trouble that the exponentiation of 10 are incorrect.? ?Example? 10**-3 = 0.0009 instead of 0.0010 The simple exponentiation such as '10 ** n' wants to be right value. For example, before calculation, check whether base is 10 or ...
over 8 years ago in PL/I Compilers 1 Not under consideration

display IBM1789i on declaration

The code below leads to an "IBM1789I The qualifyer foox does not have locator type" for line 90. Imho it would be much clearer if the compile error is thrown for line 20. line 20 is a programmer typo and shall be "...based(addr(foo))"; 10 dcl foo ...
over 8 years ago in PL/I Compilers 4 Not under consideration

Allow for data structures and aggregates in macro variables

Currently only single variables and arrays can be declared in macros. %DCL MYVAR CHAR; The ability to define data structures and aggregates in macros would really make complex macros clearer and easier to maintain. %DCL 01 STRUC1(10), 05 F1 CHAR, ...
almost 9 years ago in PL/I Compilers 2 Not under consideration

Type function equivalent for LBOUND and HBOUND

The same way as the size of a defined type t can be obtained using SIZE(:t:), if a defined type contains array(s) it should be possible to query their dimensions.
about 9 years ago in PL/I Compilers 2 Not under consideration

Need the current thread id

In a multi-threaded application, I need all tracing and debugging messages to display the current thread id. The THREADID builtin requires the task reference in input and can thus not be used to return the current thread id. I currently get the in...
about 9 years ago in PL/I Compilers 3 Not under consideration

Multi-compare builtin

In code it is not uncommon to have compares of the type if a > b | (a = b & c > d | (c = d & e > f)) then A builtin function of the type if "multicompare"(a > b, c > d, e > f, ...) then comparable to the new "between" and...
over 9 years ago in PL/I Compilers 2 Not under consideration

Enhanment to PLI facility IBMPXSF

PL/I symbolic data generated for Application Performance Analyzer returns EOF when trying to open data with in APA.
about 10 years ago in PL/I Compilers 4 Not under consideration

Change PL/I compiler behavior when generating message IBM5109 for detected infinite loop

This RFE is to ehnace the compiler behavior for when the following message is generated: WARNING IBM5109: Infinite loop detected in function xxxxx. Program may not stop. Currently when this message is generated at compile time the message is being...
over 10 years ago in PL/I Compilers 3 Not under consideration

New EPLI INDEX-like builtin

For ad-hoc lookups it is possible to store data, padded with suitable non-occuring fillers in a VAR CHAR variable. Checking if the data is present can subsequently be done using INDEX(haystack, needle) / POS(needle, haystack) However, both of the ...
over 10 years ago in PL/I Compilers 4 Not under consideration

A builtin function REPLACE is requested

/*-------------------------------------------------------------------*/ /* REPLACE is to replace the first occurrence of string FIND_STR /* within UPDATED_STRING with string REPL_STR. /* Start searching for FIND_STR at STARTPOS. If anything was re...
over 10 years ago in PL/I Compilers 3 Not under consideration