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 of 3362

Enable AUTOCVT to assume untagged files are ibm-1047

I have been porting several open source applications to USS using the -qascii option on the C/C++ compilers. This works wonderfully when auto conversion is also enabled. The one whole in the auto conversion feature is that it doesn't assume untagg...
over 4 years ago in z/OS / LE 2 Not under consideration

Add support for POSIX.1-2001 posix_spawn() and helper functions

Just to avoid any possible confusion, this is not asking for spawn(). The posix_spawn() function and a set of supporting functions provides the user a wrapper around exec/fork and enables them to create child processes with much more control other...
over 4 years ago in z/OS / LE 0 Future consideration

Allow modification of CEEDUMP naming convention via parms

Currently, there is no means to change the CEEDUMP naming convention. The LE code uses /path/CEEDUMP.date.time.PID or /path/FNAME.date.time.PID, which may not match the convention a customer uses for other trace and dumps in Java. Providing such a...
over 4 years ago in z/OS / LE 2 Not under consideration

LE storage report STACK64 option new feature

The Maximum used by all concurrent threads is to count active thread number which is counted after thread initialization before thread termination and could handle the workload. We need one thread number statistics value align with the stack lifet...
over 4 years ago in z/OS / LE 1 Not under consideration

LE __heaprpt() that doesn't freeze all threads

We use the LE callable service __heaprpt() from C++ but it causes all threads to be frozen. Can we have a version that doesn't freeze threads (i.e from volatile fields in control blocks)? We don't mind if it's closely approximate.
almost 5 years ago in z/OS / LE 1 Future consideration

LE's Heap Latch should be FIFO, not LIFO

Serialization via LIFO has the negative effect of leaving the first task in to never obtain the resource when processing is very busy. FIFO allowed everyone the chance to get in and get out with little delays even during a busy time.
almost 5 years ago in z/OS / LE 1 Future consideration

Support Posix semaphores

The Posix semaphore mechanism (defined by these APIs: sem_open/sem_close/sem_unlink/sem_trywait/sem_wait/sem_timedwait/sem_post/sem_init/sem_destroy/sem_getvalue) is an alternative to the XSI semaphore mechanism currently implemented in z/OS. Posi...
over 5 years ago in z/OS / LE 3 Future consideration

Convert EBCDIC to ASCII in Z/OS with EDCICONV don't generate carriage return

There's no way to convert a file from EBCDIC to ASCII or Unicode without copy the file to USS With the utility EDCICONV the file generated don't get any carriage return (crlf or lf). This can easily be done under USS. However, we are looking to pe...
over 5 years ago in z/OS / LE 1 Future consideration

Make CEETBCK statement_id parameter optional for performance reasons

In order to populate the statement_id parameter, CEETBCK needs to invoke the debug infrastructure, which can present considerable overhead if CEETBCK is frequently used ie. in non-error contexts. Passing a null pointer (OMITTED in the case of COBO...
almost 6 years ago in z/OS / LE 2 Future consideration

Support record-wrapping in the z/OS C/C++ library

There is currently no option in the C/C++ library to wrap when writing data set records in "text" mode. The library *does* do this automatically for spool file data sets, but a line written to a regular data set that is longer than the maximum len...
almost 6 years ago in z/OS / LE 1 Not under consideration