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

Clear

Shell & Utilities

Allow 'su' to inherit options from the parent shell

Hello IBM, Without the 2nd 'errexit', the script below continues further execution, despite /var/xxxxxxxxxxx being non-existent ('su' does not inherit the 1st 'errexit'). If the commands following the 'su' are dangerous, system-wide actions (not h...
about 3 years ago in z/OS / Shell & Utilities Future consideration

Allow for Unix soft link to zOS files

Right now you can not create a soft link from Unix to zOS MVS. This impacts some applications in where we can store configuration data. For example if we want to have our FTP.DATA file in MVS but use the default /etc/ftp.data we would have to copy...
over 4 years ago in z/OS / Shell & Utilities Future consideration

OMVS TSOCMD does *not* honor IKJTABLS

IKJTABLS is used for the TSO environment and one would expect it to be honored with the tsocmd under OMVS but it is not. This was discovered when using tsocmd parmlib and it failed but the parmlib command worked under TSO. Added parmlib to the aut...
almost 3 years ago in z/OS / Shell & Utilities Future consideration

Improve the OMVS CP command performance

The current cp command is painfully slow when used to copy all members of a PDS in either direction (z/OS PDS to USS or vice versa). It appears the command does an Alloc/Open/Copy/Close/Free for *EACH* member when it should do Alloc/Open/copy each...
almost 3 years ago in z/OS / Shell & Utilities Future consideration

USS shell should complain invalid hex numbers within a command

Copying from ASCII generates hex numbers which are not valid under EBCDIC. Using this hex numbers for example in a mv/cp command as filename makes it impossible to work with the filename, because the wrong hex numbers are included in the filename ...
almost 5 years ago in z/OS / Shell & Utilities Future consideration

Keep owner of .sh_history on shell initialization

On shell initialization the .sh_history in the home directory is recreated (with the previous content) and the owner is set to the current UID, that started the process. This leads to problems, if the user changed his UID (e.g. switched to UID=0) ...
almost 7 years ago in z/OS / Shell & Utilities Future consideration

Add a Shell Pipefail Option

The USS Shell does not support a pipefail option on other linux i have a shell option -o pipefail This setting prevents errors in a pipeline from being masked. If any command in a pipeline fails, that return code will be used as the return code of...
about 1 year ago in z/OS / Shell & Utilities Planned for future release

Enhance setfacl with the -R option

The setfacl command in z/OS seems to be missing the -R (recursive) option that is available on Linux. I don't know about Aix or Solaris or HPUX. But it seems reasonable that the recursive option should be available on the setfacl command. http://l...
about 12 years ago in z/OS / Shell & Utilities Not under consideration

Need -w option on z/OS Unix grep command

Update z/OS Unix grep command with the -w option. Here's the failing command being sent from a non-Z Linux host to z/OS Unix for execution: grep -sqwF "$key" "$keyfile" Here's the definition of -w that I have seen: "-w, --word-regexp Select only t...
over 7 years ago in z/OS / Shell & Utilities Planned for future release

Supoorted netcat utility for z/OS USS

The unix Netcat utility needs to be formally ported and supported by IBM for USS on z/OS.
almost 12 years ago in z/OS / Shell & Utilities Future consideration