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

Clear

PL/I Compilers

Showing 283

Information about "source complexity"

The Cobol V5-Compiler is able to lower the specified optimization level if the source is "too complex", a compiilation with the specified optimization level would take to long. I would like to have the Enterprise PL/1 compiler compute a "complexit...
about 12 years ago in PL/I Compilers 5 Delivered

Compiler options enhancements

Virtually every release of Enterprise PL/I adds new compiler options. It would be useful if the full list could be included in a member (pxoptXXX?) in the ' IELxxx.SIBMZSAM' sample library in a format that can be directly used by a PARM=('+DD:PLIS...
about 10 years ago in PL/I Compilers 4 Delivered

Allow assignments with UNION if they are equal

Allow assignments with UNION if they are equal. Small Example:PLI003: PROC OPTIONS(MAIN); DCL 1 ST_01 UNION, 5 DATC CHAR(10), 5 DATB BIN FIXED(15); DCL 1 ST_02 LIKE ST_01; ST_02 = ST_01; END PLI003; IBM1669I Target in assignment is a UNION. or wit...
about 10 years ago in PL/I Compilers 4 Delivered

Add REGEX built-in function to support regular expressions

We would like to have regular expressions available via a built-in function with the following syntax: rc = REGEX( index, length, pattern, string, [ , start ] [ , codepage ] ); The function sets the value for the <index> and <length> o...
about 8 years ago in PL/I Compilers 2 Delivered

New builtin IFTHENELSE

a new builtin IFTHENELSE(expr, truepart, falsepart) should evaluate the expr and returns the truepart or the falsepartthe returned datatype depends on the coded parts (e.g. bit, alphanumeric or numeric datatype) nested use of IFTHENELSE should be ...
about 7 years ago in PL/I Compilers 3 Delivered

Lift or remove limits of INLIST built-in function

The INLIST built-in function is limited to 63 values (64 arguments), please either lift that up to at least 127 values (128 arguments) or remove the limitation. That background is, that based on the new MAXRUNONIF compiler option of version 6.1, w...
over 2 years ago in PL/I Compilers / z/OS 2 Delivered

Enhance EPLI DISPLAY Command (Route-,Descriptorcodes)

Hello The EPLI DISPLAY Compile option determines how the DISPLAY statement performs I/O. This sets the options (e.g. WTO Routcode, Descriptor Code) for the Display Command I´d like to see more flexibility in the DISPLAY Command to allow override o...
about 7 years ago in PL/I Compilers 2 Delivered

Show value of named constants in Compiler listing, extended.

This is an extended version of delivered RFE 54026 (Show value of named constants in Compiler listing). We, in advance, want also show CHAR and Picture Values, as the are sometimes also not direct viewable in the source.Examples: DCL KO_PI01 PIC'Z...
over 9 years ago in PL/I Compilers 2 Delivered

Advanced RULES(NOUNREF)

For Quality of Source, we would like to have a Compilermessage not only for Unreferenced Automatic Variables, but also for all other unreferenced types.Please always check the usage. IF the rules are true, put a compilermessage out instead to the ...
over 9 years ago in PL/I Compilers 5 Delivered

New datatype for long strings (> CHAR(32767))

For strings longer than CHAR(32767) we need a new datatype that can manage strings with length up to 2^31 Bytes. This datatype also should accept an attribut VARYING. Example:DCL field CHARLONG (200000) VARYING; -> In this case the storage allo...
over 11 years ago in PL/I Compilers 5 Delivered