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 114

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

EPLI V4.3 - VARLENGTH data-type for implementation size of VAR CHAR leading length field

We would ask for a new data-type VARLENGTH (or something similar) which has the same size as the actual implementation size of a VAR CHAR leading length field (which is 2-bytes at the moment).
over 10 years ago in PL/I Compilers 5 Not under consideration

Allow %INCLUDE and %XINCLUDE to appear within preprocessor procedures

Allow %INCLUDE and %XINCLUDE to appear within preprocessor procedures and also resolve %INCLUDEs, %XINCLUDEs, and macro invocations within ANSWER strings. Example: ? SYSLIB member QSUB: %DCL QSUB ENTRY; %QSUB: PROC; ANSWER('/* QSUB */'); %END QSUB...
about 11 years ago in PL/I Compilers 2 Not under consideration

Ext File Handler in PLI for AIX

The PLI compiler for AIX should have an interface to an external file handler which acts like and looks like the external file handling capability in the PLI for Windows compiler.
over 11 years ago in PL/I Compilers 2 Not under consideration