Skip to Main Content
IBM Z Software
Hide about this portal


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 269

Add new attributes to the TITLE option

The TITLE option of the OPEN statement supports only a subset of the attributes offered by BPXWDYN.We need support for the following extra attributes: CLOSE (free dataset on close)RELEASE (release unused space on close)RECORG(LS) (create a VSAM LS...
about 3 years ago in PL/I Compilers 2 Delivered

Enable Enterprise PL/I programs which are compiled as NORENT (and linked into a NORENT/NONDLL program object/load module) to be able to fetch/call program objects which are linked as RENT/DLL, such as PL/I AMODE(64), JAVA, and other modern APIs.

Use case: Enterprise PL/I has the following requirements/restrictions documented in Chapter 1 of the Programming Guide (GI13-5620-00) regarding the RENT compiler option: “RENT (compiler option) If you link a module (either MAIN or FETCHABLE) conta...
about 2 years ago in PL/I Compilers / z/OS 1 Delivered

Add new warning message for misuse of a literal as output argument

We would like to get warning messages issued, when a literal is passed as argument, which was explicitly declared as inOut or outOnly. The compiler handles this correct, but of course, the output value is lost. From our point of view, such code is...
about 1 year ago in PL/I Compilers / z/OS 2 Delivered

Add new PLIPARSE built-in function to parse an input string

Please add a new PLIPARSE built-in function to PL/I V5.3 to split an input string into various fields based on given delimiters: The first argument is the input string to be parsed. The arguments after that input string consist of - an even number...
over 3 years ago in PL/I Compilers 3 Delivered

JSON Parse and Generate in EBCDIC

LE (Language Environment) just implemented APAR PH57152 for COBOL to Parse and Generate JSON in EBCDIC. It would be useful if PLI implemented the same functionality. Developers often have issues in working in multiple code pages. Improper initiali...
over 1 year ago in PL/I Compilers / z/OS 2 Delivered

NOLAXNESTED behavior modification

The NOLAXNESTED compiler option should just prevent code in a proc and nested procs to be intermixed.The rule should be that the code in a proc forms a single 'block'. Case 1 : All nested procs AFTER the code => Acceptable a: proc; dcl (x,y,z) ...
over 1 year ago in PL/I Compilers / z/OS 1 Delivered

Add new date/time pattern YYYYMMDDHHMISS999999

Please enhance V5.3 to support a new date/time pattern YYYYMMDDHHMISS999999 as the “internal” format of the existing patterns YYYY-MM-DD-HH.MI.SS.999999YYYY-MM-DD HH:MI:SS.999999YYYY-MM-DDTHH:MI:SS.999999 everywhere in DATETIME, REPATTERN, MINDATE...
over 3 years ago in PL/I Compilers 2 Delivered

Allow named Constants as Host Variables in imbedded SQL-Statements

Named constants should be allowed as "host constants/variables" in SQL statements - if they are to be used "read only".
over 11 years ago in PL/I Compilers 4 Delivered

Allow JSON(ENCODING()) to accept CCSID

Recently implemented compiler option JSON(ENCODING(EBCDIC)) only supports the current codepage. We use code page 037 by default. However, the JSON we work with needs to be 1047 due to interactions with other tools. The square brackets are especial...
10 months ago in PL/I Compilers / z/OS 2 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 1 year ago in PL/I Compilers / z/OS 2 Delivered