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 118

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

Loop shadow variables

In many fields it's common to process daily/weekly/monthly/yearly data and compare said data with data of the previous period.
over 7 years ago in PL/I Compilers 1 Not under consideration

Multiple "FROM" references in WRITE statement

Many reporting programs contains sets of WRITE FILE(whatever) FROM(head1);WRITE FILE(whatever) FROM(head2);WRITE FILE(whatever) FROM(head3);WRITE FILE(whatever) FROM(head4); to write out heading lines. It would be nice if the WRITE statement for t...
about 8 years ago in PL/I Compilers 1 Not under consideration

REPOSITION Option on the READ Statement

Add the ability to reposition the current record pointer within a sequential dataset. Go back to the beginning of a dataset without closing it and re-opening it: READ FILE (MYFILE) INTO (MYLAYOUT) REPOSITION(1) Additionally, be able to reposition ...
about 8 years ago in PL/I Compilers 2 Not under consideration

EMAIL Built-in Function

Sending SMTP email natively from a PL/I program would be handy. CALL EMAIL(FROM,TO,SUBJECT,BODY,BODY_FORMAT,ATTACHMENT(S)); BODY_FORMAT=HTML, RTF, TEXT. Perhaps for the body argument, be flexible and allow quoted text, a variable name or a DD name...
about 8 years ago in PL/I Compilers 5 Not under consideration

DOCX Built-in Function for Creating .docx Output

We'd like the ability to generate a true .docx document from a PL/I program. We currently generate documents from a PL/I program that we subsequently transmit to users via email (using SMTP from a clist), however the document is not a true .docx d...
about 8 years ago in PL/I Compilers 7 Not under consideration

SENTENCECASE and TITLECASE

The PL/I compiler has built-in functions for LOWER and UPPER case conversions, but having SENTENCE and TITLE case built-in functions would be very helpful. They should also have a provision to preclude a portion of the string that is being convert...
about 8 years ago in PL/I Compilers 4 Not under consideration