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.

Status Functionality already exists
Created by Guest
Created on Dec 13, 2023

Need a way of listing available ZOAU Commands (reference list) from USS

ZOAU ibm documentation site has a 'Shell command Reference' section in the ZOAU manual - which is very useful.  It would be just as useful to be able to get a "reference list" of available ZOAU commands from USS - instead of needing to open the manual from a browser - thus having to swap away from USS and back in order to issue the 'help syntax' for the command in USS.  For example, I recently could not remember the command I needed was the 'dlockcmd', so I had to swap to a browser, expand the Shell Command Reference section, have my ah-ha moment, "yes that's it 'dlockcmd, i knew it was lock something' and swap back to USS and issue the dlockcmd -h to get the syntax.

 

I fully understand ZOAU has man files and command syntax capability, but it does not offer a way of 'listing' available commands (just a listing), so one can then issue the help/man command.

 

Idea priority Medium
  • Admin
    Sebastian Torf
    Reply
    |
    Jan 12, 2024

    Thanks for your submission.


    All available ZOAU commands are located within the /bin directory inside your ZOAU home directory. You can retrieve a listing of all commands by running "ls $ZOAU_HOME/bin", if you configured ZOAU on your endpoint per https://www.ibm.com/docs/en/zoau/1.3.x?topic=installing-zoau


    Similarly, you can obtain command reference information by invoking man pages for each utility via "man opercmd", for example.


    This should allow you to see which commands are available, and how to invoke them.