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

Allow un-named elements in JSON text

Enable an option to allow parsing of JSON text that contains elements that are not declared in the target structure. Currently this results in an error when using jsonGetValue builtin function. IBM0725S ONCODE=5065 Name in JSON source does not ...
over 2 years ago in PL/I Compilers / z/OS 1 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...
almost 3 years ago in PL/I Compilers / z/OS 1 Delivered

V6R1 parameter to batch main should be always inonly

Wrong Coding is shown by compile before testing it. Therefore declare of a parameter to batch main causes IBM2670I W messagePlease append message text with INONLY attribut: The parameter to MAIN should be declared as CHAR(*) VARYING INONLY . Also ...
10 months ago in PL/I Compilers / z/OS 1 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...
about 4 years ago in PL/I Compilers 3 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".
about 12 years ago in PL/I Compilers 4 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 4 years ago in PL/I Compilers 2 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...
almost 2 years ago in PL/I Compilers / z/OS 2 Delivered

Check/Reject when a variable A based on a pointer initialized with the addr of a variable B is bigger than B

- a PLI V5.2 program runs smoothly but abends with S0C4 when recompiled in PLI V6.1- on analysis, the program has a poor writing, it uses a larger redefined area than the original area. This original area is used as I/O area. Presently, the compil...
about 2 years ago in PL/I Compilers / z/OS 1 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...
about 2 years 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) ...
about 2 years ago in PL/I Compilers / z/OS 1 Delivered