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 of 8237

Allow INIT clause on the DEFINE ALIAS statement

It could be beneficial, when defining an alias, to define as well a default initial value. When this alias is used in a variable declaration, this initial value would be automatically applied. Example: DEFINE ALIAS CASH_AMOUNT DEC FIXED(18,2) INIT...
almost 6 years ago in PL/I Compilers 2 Not under consideration

Allow REFER option on WSDL structures

Arrays with the REFER options are currently not allowed in WSDL files (Cics Web Services). At compile time, we get the following message: DFHPI9540E Unsupported keyword " REFER " has been found. REFER is not allowed for the WSDL The equivalent Cob...
almost 6 years ago in PL/I Compilers 1 Not under consideration

PL/1 align Left / align Right Functions

I have seen the new functions in PL/I 5.1/5.2 for inserting characters behind and befor a string (LEFT,RIFHT). First a thaught this would be functions to align a string in an variable storage, because this is what I am searching for, but when I tr...
almost 6 years ago in PL/I Compilers 3 Not under consideration

Simplify left/right

I know you wanted to have all possibilites in left / right, but I think the 2 parameter in the functions should be optional, because no programmer wants to spezify the length of the target. If I have an "=" the left side is the target, the length ...
almost 6 years ago in PL/I Compilers 1 Not under consideration

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...
about 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.
almost 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