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

Error handling for REPATTERN

The REPATTERN builtin function throws the ERROR condition when date format errors occur. Current ON ERROR processing requires a GOTO to be used to handle the error. Would prefer that the ON ERROR unit support a normal return to the instruction imm...
over 6 years ago in PL/I Compilers 3 Not under consideration

PL/I compiler should yield the same results of program when optimization is on

ON ZERODIVIDE may not be triggered under certain circumstance.
over 6 years ago in PL/I Compilers 2 Not under consideration

LE support for z/OS Log Streams

Please provide an high level language facility to read and write z/OS log streams
over 6 years ago in PL/I Compilers 2 Not under consideration

PL/I for AIX string variables are not displayed correctly using IBM Debugger/Rational Developer applications.

Variables containing unprintable characters are not displayed correctly in "(x)= Variables" view. Apparently this is reproducible when a binary NUL is present, which carries no special meaning in CHAR NONVAR variables in PL/1. This severely limits...
almost 7 years ago in PL/I Compilers 1 Not under consideration

Runtime variable substitution

Support for runtime variable substitution would make what has to be done currently with long select statements much easier to code and require much less code.
about 7 years ago in PL/I Compilers 5 Not under consideration

Correct Picture Representation of Floating Point Numbers

When using picture specification to display a floating point number field, (for example P'(15)S9V.(4)9' output for a FLOAT DEC(16) variable), the output is not always accurate. The decimal portion is frequently wrong. For example, a number ending ...
about 7 years ago in PL/I Compilers 3 Not under consideration

Is the new library libplidbg.a threadsafe?"

Please clarify this:Is it is safe to use libplidbg.a in a threaded envrionment (eg pli_r4)eg. when using the dependent builtins ONLINE() and PLIDUMP()esp. with TXseries 8.2 A libplidbg_r.a has not been provided. dump -X32 -Hv /usr/lib/libplidbg.a ...
about 7 years ago in PL/I Compilers 1 Not under consideration

Add a way to capture read access to address 0x000000 in PL/I for AIX (i.e. RTCHECK / -qcheck Option equivalent)

Under AIX reading data from addresses starting at 0x00000000 is possible.(unexpected)Writing to those addresses is not possible (8094 condition as expected) Reading from NULL370/Mainframe-NULL380 0xFF000000 is not possible (as expected)Writing to ...
about 7 years ago in PL/I Compilers 2 Not under consideration

Allow FILLER in structures, like COBOL does.

Please allow the keyword FILLER to be used in structures without having to name them so they are unique. Presently each field must have a unique field name. DECLARE 1 MYSTRUCTURE UNALIGNED, 2 FILLER1 CHAR(1) INIT('"'), 2 FIELD1 CHAR(10), 2 FILLER2...
over 7 years ago in PL/I Compilers 2 Not under consideration

Support compilation of PL/I and COBOL programs without an active DB2 connection

Support compilation of PL/I and COBOL programs without an active DB2 connection
over 7 years ago in PL/I Compilers 1 Not under consideration