Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. 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

LE

Showing 104

Fixing the CICS-LE Recovery Loops

When there is an overlay of either an LE or CICS control block in a CICS environment, CICS & LE can get into a loop trying to abend/recover from the failure.
almost 4 years ago in z/OS / LE 0 Planned for future release

LE modification for fork thread behaviour

There are multiple instances in the the core python implementation and in pypi packages where a thread calls fork and the child process tries to create a thread using pthread_create but results in an error. This error is due to the LE design imple...
almost 4 years ago in z/OS / LE 0 Future consideration

Initialize DLLs upon program startup

All global variable initialization should happen for all DLL's that are implicitly loaded in an application before 'main' is invoked.
almost 4 years ago in z/OS / LE 0 Future consideration

Remove restriction on MVS files being closed when a thread ends

Knowledge Center documents the restriction that "All MVS files opened from a given thread and still open when the thread is terminated are closed automatically by the library during thread termination." (https://www.ibm.com/support/knowledgecenter...
almost 4 years ago in z/OS / LE 1 Not under consideration

Allow disposition to be specified on fopen

DISP=SHR cannot be set when fopening a file in write mode. In read mode it defaults to DISP=SHR. If the file is a PDS(E) member, this locks out the whole PDS(E) so that no-one can browse the other members. If you use a DD Card, then you can specif...
almost 4 years ago in z/OS / LE 3 Not under consideration

Additional C functions for Linux portability

Add strnlen and wcsnlen (as on Linux) to the C runtime library.
about 4 years ago in z/OS / LE 0 Future consideration

Search path for DLLs in Executable

Linux has a mechanism to have a default search path embedded in an executable when it tries to load a shared library, equivalent to DLL's on z/OS, called rpath. This path takes precedence over some default search paths such as system search paths ...
about 4 years ago in z/OS / LE 2 Not under consideration

Specify NONOVR for RUNOPTS at the application level

We would like a way to specify NONOVR at the application level (CELQUOPT CEEXOPT), similar to the region level https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ceea500/clfdop64.htm#clfdop64Currently, the NONOVR/OVR are not...
about 4 years ago in z/OS / LE 2 Not under consideration

Change key run-time services routines Language Environment to enable time virtualization software

Time virtualization software like ASG Technologies ValidDate, IBM HourGlass and Compuware Xpediter/Xchange must front-end the operating system Time Service routines and Language Environment runtime to allow users to test applications with future d...
about 4 years ago in z/OS / LE 0 Future consideration

Provide an option to prevent RPTSTG(ON) from internally resetting the initial stack size

When RPTSTG(ON) option is set, LE resets the initial stack size to 1MB for 64-bit applications. This is fine for code in which LE automatically expands the stack when needed, however for generated code (as in JavaScript code from Node.js) in which...
about 4 years ago in z/OS / LE 2 Not under consideration