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 8232

Include a hex dump of STATIC and AUTOMATIC storage in the PLIDUMP output and have the compiler produce a listing giving these

AUTOMATIC and STATIC variables are not included in PLIDUMP.
almost 7 years ago in PL/I Compilers 2 Not under consideration

Add package declaration of entries to allow “non-unique” entry names in different PACKAGEs (including LIKE statement)

Given the simplified Use Case we face the problem that we need to code long entry names to make it unique: 1. We have a customer package with the name YCDSGET with a getBalance function to return the overall balance (sum as decimal float) of the g...
over 7 years ago in PL/I Compilers 2 Not under consideration

Add RULES(NOLAXFILEIO)

We want to avoid I/O-errors and -problems with the standard that user-defined files have to be explicitly opened before and closed after processing but not system-defined files: Therefore we would like to get a new RULES suboption such as [NO]LAXF...
over 7 years ago in PL/I Compilers 2 Not under consideration

Add Support for DELIMITED BY to READ statement

We would like the ability to read variable length files delimited by a user specified field separator directly into a record layout. Input file:'12345','TEST LINE''67','ANOTHER TEST LINE' ON ENDFILE(MYFILE) BEGIN; EOF_MYFILE = '1'b; END; DECLARE M...
over 7 years ago in PL/I Compilers 3 Not under consideration

PLI Compiler support for x86 Linux platforms

IMS Enterprise Suite Explorer for Development is an Eclipse based product that bundles the PLI importer functionality provided by RAD. We have a customer whose workstations are running Linux on the x86 architecture. They are unable to use our impo...
about 11 years ago in PL/I Compilers 3 Not under consideration

Cross reference should also show "SET" caused by ALLOCATE

The Attribute/Xref Table shows the "Sets" and "Refs" for variables used in a program. However, it does not (status, EPLI V4.3) show any variables set upon ALLOC of a BASED structure declared with initialized fields.
over 7 years ago in PL/I Compilers 2 Not under consideration

Provide an Enterprise PL/I function to get the current call stack level.

Provide an Enterprise PL/I function to get the current call stack level. Example: Main calls subroutine A, A calls subroutine B: at that point the call stack level is 3 (assuming Main starts at 1). CALL A; A: PROC; CALL B;END A; B: PROC; PUT SKIP ...
over 7 years ago in PL/I Compilers 2 Not under consideration

Mac OS support

Request for support of the PL/I Compiler on Mac OS.
over 11 years ago in PL/I Compilers 2 Not under consideration

Allow to execute some code upon dll load

I have a dll requiring some code to be executed once at dll load time.Some reserved variables must be initialized (but not possible with a simple INIT clause) and some imported variables (from another dll) must be accessed at that time.
over 7 years ago in PL/I Compilers 3 Not under consideration

Flag usage of character //

Last version of Enterprise PL/I compiler got an enhancement: The character // specifies that the rest of a line is a comment. A compileoption, which flags the usage of character // would be helpful. See case TS003850293. https://www.ibm.com/mysupp...
almost 4 years ago in PL/I Compilers 3 Not under consideration