Skip to content

Commit

Permalink
update readme and wording
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Nice <[email protected]>
  • Loading branch information
davenice committed Feb 27, 2025
1 parent 8d81461 commit dd807f7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/vsce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This CICS Extension for Zowe Explorer adds additional functionality to the popul
- [Hiding CICS profiles](#hiding-cics-profiles)
- [Deleting CICS profiles](#deleting-cics-profiles)
- [CICS resources](#cics-resources)
- [Show logs for a region](#show-logs-for-a-region)
- [Show and filter resources in a region](#show-and-filter-resources-in-a-region)
- [Show and filter resources in a plex](#show-and-filter-resources-in-a-plex)
- [Show and filter resources in an 'All' resource tree](#show-and-filter-resources-in-an-all-resource-tree)
Expand Down Expand Up @@ -128,6 +129,18 @@ Right-click a CICS profile and select `Manage Profile` to show profile options.

Expand a CICS profile to explore any CICSplexes and CICS regions that are available. CICS regions are nested within the CICSplex they are part of. CICS resources are available both within an individual CICS region and across the CICSplex. Regions that are not active - defined to a CICSplex but without a running job - are shown with a no entry sign.

### Show logs for a region

Right-click a CICS region and select the `Open Region Logs` option to reveal the CICS region's logs in the Zowe Explorer Jobs tree.

You must have a connection configured in Zowe Explorer with access to the CICS region's logs.

<p align="center">
<img src="/packages/vsce/docs/images/show-region-logs-clip.gif" alt="Show region logs" width="480px"/>
</p>

**Tip:** A good way to associate CICS and z/OSMF profiles for the same host is to nest them under the same parent profile, using [Zowe CLI nested profiles](https://docs.zowe.org/stable/user-guide/cli-using-creating-profiles/).

### Show and filter resources in a region

Expand a CICS region to show folders for the resource types `Programs`, `Transactions`, `Local Files`, and `Tasks` with the set of resources nested within each. The number of resources in a resource tree appear in square brackets next to the tree name.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/vsce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
},
{
"command": "cics-extension-for-zowe.showRegionLogs",
"title": "Show Logs",
"title": "Show Region Logs",
"category": "IBM CICS for Zowe Explorer"
},
{
Expand Down

0 comments on commit dd807f7

Please sign in to comment.