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

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...
over 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...
over 8 years ago in PL/I Compilers 4 Not under consideration

Support the SMF OCYYDDD+ pattern in all Date/Time built-in functions

Can you enhance all the date/time built-in functions to support the OCYYDDD+ SMF date-time pattern? This was requested previously in ID 61274, but it was delivered via built-in functions JULIANTOSMF and SMFTOJULIAN, not natively through the Table ...
over 8 years ago in PL/I Compilers 1 Not under consideration

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, ...
about 9 years ago in PL/I Compilers 2 Not under consideration