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

new function to calculate the number of days between two dates

daysDiff( x, y, p ) which would return the number of days between 2 dates and correspondingly secondsDiff( x, y, p ) which would return the number of seconds before 2 times (or dates)
10 months ago in PL/I Compilers / z/OS 2 Delivered

use the weekday builtin function with two parameters(date x, format p)

This would be an easier way to use the function weekday: weekday( x, p ) returns weekday( days( x, p ) )
10 months ago in PL/I Compilers / z/OS 2 Delivered

support JSONOMIT for structures

Using the attribute JSONOMIT does not work on structures, only on variables. Therefore it is possible that there will be created null-objects if all variables of a structure are empty. To avoid empty objects (null-Objects --> :{}) and related P...
almost 3 years ago in PL/I Compilers / z/OS 3 Delivered

Modify jsonGetValue built in function to tolerate unknown and reordered name/values and objects in JSON text

RFE to modify the jsonGetValue built in function to tolerate unknown and reordered name/values and objects in JSON text. The compiler currently enforces strict rules on jsonGetValue requiring all names in the text to be defined in the structure an...
about 5 years ago in PL/I Compilers 8 Delivered

JSONPUT generate special value null

Please provide the ability to generate keyword ‘null’ when a value is empty.Suggest a new attribute JSONNULL or similar. This would be mutually exclusive of JSONOMIT but could use the same criteria – empty/zero-length string or zero. Alternatively...
over 1 year ago in PL/I Compilers / z/OS 2 Delivered

JSONPUT suppress empty array occurrences

Reference case TS015700520 Please provide ability to suppress empty occurrences of arrays when using JSONPUT* functions. If any element of the array is present, provide that array occurrence. If all elements of an array are empty, suppress the gen...
over 1 year ago in PL/I Compilers / z/OS 2 Delivered

DELAY statement under CICS for millisecond range

Presently the DELAY statement in Enterprise PLI/I for z/OS supports milliseconds only for Batch – under CICS-Environment it rounds down to the nearest second. It would be helpful if it also works for CICS in the millisecond range – especially if t...
12 months ago in PL/I Compilers / z/OS 2 Delivered

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...
almost 4 years ago in PL/I Compilers 2 Delivered

Add environment variable or equivalent, dummy DD (?), such that a PLIDUMP call can check the existence of the envvar and call Fault Analyzer as part of its processing.

In much earlier versions of Fault Analyzer a zap was provided to the PLIDUMP code such that IDISNAP (Fault Analyzers dynamic call interface) could be invoked as part of a PLIDUMP call, without having to modify the application code. This is no long...
about 3 years ago in PL/I Compilers / z/OS 3 Delivered

JSONGET support for null objects

JSON text includes a JSON object that is sometimes valued and sometimes null. When the object is null, we receive ONCODE 5084. Reference case TS016062055 Given the following structure: Dcl 1 outStruc , 3 name0 char(10) , 3 name1 , 5 first char(10)...
over 1 year ago in PL/I Compilers / z/OS 2 Delivered