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

Shell & Utilities

Showing 30 of 3748

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...
9 days ago in z/OS / Shell & Utilities 0 Submitted

Support in-place editing for sed

The Linux version of sed has a "-i / --in-place" option that allows a sed script to modify a file in-place. The z/OS versions of sed found at /bin/sed do not support this option. Without this option, users resort to a shell redirect and rename usi...
5 months ago in z/OS / Shell & Utilities 0 Planned for future release

All shell and utilities must respect the code page tag on all files.

I'm primarily interested in the openssh, specifically ssh-keygen, but all shell/utilities need to be code page tag aware. This is extremely important as some ported tools will create files as ISO8859-1 causing those files to be unusable by some of...
7 months ago in z/OS / Shell & Utilities 4 Functionality already exists

Add sudo to the OEF

sudo is the ideal way to invoke authorized (superuser) tools under OMVS and should be included with OEF since it isn't provided as part of the IBM z/OS USS set of tools.
9 months ago in z/OS / Shell & Utilities 3 Future consideration

Allow cp command to access output PDS as DISP=SHR

Currently, the cp command, when copying to a PDS, accesses the library using DISP=OLD. It therefore fails if someone is editing a member in that PDS or even browsing it. Need a way to access the PDS using DISP=SHR, so the cp command will work in t...
about 1 year ago in z/OS / Shell & Utilities 1 Not under consideration

Enhance zsh to support tagged shell scripts

In order to increase compatibility and to be able to reuse existing scripts, the zsh should also be able to execute tagged scripts.
about 1 year ago in z/OS / Shell & Utilities 1 Future consideration

Enhance zsh so the delete key works as on other platforms

Currently the zsh shell works well on 3.1 but the delete key on z/OS does not work the same as on Linux. On z/OS 3.1 zsh the delete key generates a ~ character and inserts it. The zsh shell should be consistent.
over 1 year ago in z/OS / Shell & Utilities 3 Not under consideration

Upstream all z/OS USS ported commands (i.e. cp, grep)

z/OS is distributed with many UNIX commands, such as cp and grep. These commands, in many cases, have not evolved from when they were originally ported while the open-source version has evolved with additional capabilities and features. The z/OS c...
over 1 year ago in z/OS / Shell & Utilities 2 Not under 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 2 years ago in z/OS / Shell & Utilities 5 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 2 years ago in z/OS / Shell & Utilities 7 Future consideration