Skip to content

Commit 4d44538

Browse files
authored
Create README.md
1 parent a7c2672 commit 4d44538

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Broadcom TSS WHOHVOL REXX Script
2+
WHOHVOL REXX can interactively identify, using a single command, who has access to all owned VOLUME resources within TSS. This REXX is an example of the “art of the possible” in using REXX with TSS.
3+
4+
The challenge: Provide a simpler method for reviewing who has VOLUME resource access based on all volume resources owned.
5+
6+
Background: Previously, to review all Volume access, the mainframe cybersecurity professional needed to manually perform the following steps: (1) List all volume ownership - TSS WHOOWNS VOL(*), (2) Manually build all of the TSS WHOHAS VOLUME(xxxxxx) commands, and (3) Submit as a batch job and review the output. TSO WHOHVOL performs those steps interactively and provides the resulting report into a temporary dataset, placing the professional into edit mode and allowing for them to copy/paste/create or process as desired.
7+
8+
# Using
9+
Sample scripts for each product are located in the directory that shares its name. If you cannot find a particular use case, [please open an issue](https://github.com/BroadcomMFD/broadcom-product-scripts/issues/new).
10+
11+
What to do:
12+
1. Upload the WHOHVOL.rexx.txt as WHOHVOL into your CLIST/REXX library.
13+
2. Execute: TSO WHOHVOL
14+
3. WHOHVOL only takes a few seconds to complete and produce the report for your review.
15+
16+
17+
# Contributing
18+
**We are not accepting third-party contributions at this time. If you are interested in contributing, please contact Steven.Hosie@Broadcom.com & Vijay.Gundu@Broadcom.com & Rose.Sakach@Broadcom.com or Adam.Wolfe@Broadcom.com to discuss.**
19+
20+
It is the responsibility of the original contributor to resolve vulnerabilities identified by Dependabot within their contributions.

0 commit comments

Comments
 (0)