Skip to content

Commit

Permalink
restoring the modified files (#3204)
Browse files Browse the repository at this point in the history
Signed-off-by: sj895092 <shobhackm9@gmail.com>
Signed-off-by: Andrew Jandacek <andrew.jandacek@broadcom.com>
Co-authored-by: Andrew Jandacek <andrew.jandacek@broadcom.com>
  • Loading branch information
Shobhajayanna and janan07 authored Oct 25, 2023
1 parent 41febb7 commit bf2f62f
Show file tree
Hide file tree
Showing 12 changed files with 87 additions and 9 deletions.
5 changes: 2 additions & 3 deletions docs/getting-started/release-notes/v2_12_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Zowe Version 2.12.0 contains the enhancements that are described in the followin
* Added a Central API ML registry endpoint to the Cloud Gateway to access an aggregated view of all services from all domains. ([#3076](https://github.com/zowe/api-layer/issues/3076))
* It is now possible to forward the client certificate from Central Gateway to Domain Gateway in the request header. ([#3046](https://github.com/zowe/api-layer/issues/3046))
* You can now register the Gateway to an additional Discovery service. Clients outside of the API ML cluster can now know about other gateways to facilitate routing to clusters and domains. ([#3068](https://github.com/zowe/api-layer/issues/3068) and [#3044](https://github.com/zowe/api-layer/issues/3044))
* You can now verify service SSO support from API ML. ([#3054](https://github.com/zowe/api-layer/issues/3054))
* You can now verify service SSO support from API ML. ([#3054](https://github.com/zowe/api-layer/issues/3054))


## Bug fixes
Expand Down Expand Up @@ -63,9 +63,7 @@ Zowe Version 2.12.0 contains the bug fixes that are described in the following t
#### Zowe CLI (Core)

- Fixed bug where encoding is not passed to the Download USS Directory API. ([#1825](https://github.com/zowe/zowe-cli/issues/1825))

- Bumped Imperative to Version `5.18.2` to fix issues with normalizing newlines on file uploads. ([#1815](https://github.com/zowe/zowe-cli/issues/1815))

- Bumped Secrets SDK to Version `7.18.6` to use `core-foundation-rs` instead of the now-archived `security-framework` crate; to include the edge-case bug fix for Linux; and to resolve build failures for FreeBSD users.

#### Zowe CLI Imperative Framework
Expand All @@ -82,3 +80,4 @@ The following security issues were fixed by the Zowe security group in version 2
- CVE-2023-34462 (BDSA-2023-1556)
- BDSA-2023-1804
- CVE-2023-26136

Binary file added docs/images/ze/ZE-filtering-a-specific-PDS.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ze/ZE-sorting-a-specific-PDS.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ze/ZE-sorting-jobs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions docs/user-guide/configure-zowe-zosmf-workflow.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Configure Zowe with z/OSMF Workflows
# Configuring Zowe with z/OSMF Workflows

As a system programmer, after you install Zowe, you can register and execute the z/OSMF workflows in the web interface to complete the Zowe configuration. z/OSMF helps to simplify the Zowe configuration tasks and reduce the level of expertise that is needed for Zowe configuration.
After you install Zowe, you can register and execute the z/OSMF workflows in the web interface to perform a range of Zowe configuration tasks. z/OSMF helps to simplify the Zowe configuration tasks and does not require the level of expertise that is needed to perform manual Zowe configuration. This configuration method also runs the `zwe init` command to initialize Zowe z/OS runtime.

Ensure that you meet the following requirements before you start the Zowe configuration:
:::info**Required role:** system programmer
:::

Ensure that you meet the following requirements before you start your Zowe configuration:

- Install and configure z/OSMF
- Install Zowe with an SMP/E build, PSWI, or a convenience build
Expand Down Expand Up @@ -167,3 +170,6 @@ z/OSMF workflow simplifies the procedure to configure and start Zowe. Execute th
11. Select **Finish**.

After you execute each step, the step is marked as Complete. The workflow is executed.

## Next step
After you successfully execute the workflow, you are ready to [configure the z/OS system for Zowe](./configure-zos-system.md).
75 changes: 73 additions & 2 deletions docs/user-guide/ze-use-cases.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Sample Use Cases
# Sample use cases

The following use cases demonstrate the various functionalities available in Zowe Explorer.

## Working with Data Sets
## Working with data sets

### Viewing data sets and using multiple filters

Expand Down Expand Up @@ -162,6 +162,77 @@ The following use cases demonstrate the various functionalities available in Zow

![Add Profile](../images/ze/ZE-mult-profiles.gif)

### Filtering data set members

Filter partitioned data set members in the **DATA SETS** tree view by **Date Modified** or **User ID**.

#### Filtering all data set members under a specific profile

1. In the **DATA SETS** tree, click on the **Filter** icon to the right of a profile, or right-click on a profile and select the **Filter PDS members…** option.

The filter selection menu appears in the **picker** field.
2. Select a filter type from the list of available options:
- **Date Modified**
- **User ID**
3. Enter a valid value for the selected filter.
4. Press the `Enter` key to confirm the filter.

Expanded data sets display a filtered list of members under the selected profile in the **DATA SETS** tree.

![Filtering all PDS members under a specific profile](../images/ze/ZE-filtering-profile-PDS-members.gif)

#### Filtering members for a single data set

1. In the **DATA SETS** tree, right-click on a data set and select the **Filter PDS members…** option.

The filter selection menu appears in the **picker** field.
2. Select a filter type from the list of available options:
- **Date Modified**
- **User ID**
3. Enter a valid value for the selected filter.
4. Press the `Enter` key to confirm the filter. This overrides any *profile* filter preferences that might be in effect for the single data set.

The selected data set displays a filtered list of members in the **DATA SETS** tree.

![Filtering PDS members for a single PDS](../images/ze/ZE-filtering-a-specific-PDS.gif)

### Sorting data set members

Sort partitioned data set members in the **DATA SETS** tree view by member **Name**, **Date Modified**, or **User ID**.

#### Sorting all data set members under a specific profile

1. In the **DATA SETS** tree, click on the **Sort** icon to the right of a profile, or right-click on a profile and select the **Sort PDS members…** option.

The sorting selection menu appears in the **picker** field.
2. To change the sorting direction, select the **Sort Direction** option and select a direction type from the **picker** menu.
3. Select a sort type from the list of available options:
- **Name**
- **Date Modified**
- **User ID**
4. Enter a valid value for the selected sort type.
5. Press the `Enter` key to confirm the sort type.

Expanded data sets display a sorted list of members under the selected profile in the **DATA SETS** tree.

![Sorting all PDS members in a profile ](../images/ze/ZE-sorting-profile-PDS-members.gif)

#### Sorting members for a single data set

1. In the **DATA SETS** tree, right-click on a data set and select the **Sort PDS members…** option.
The sort selection menu appears in the **picker** field.
2. To change the sorting direction, select the **Sort Direction** option and select a direction type from the **picker** menu.
3. Select a sort type from the list of available options:
- **Name**
- **Date Modified**
- **User ID**
4. Enter a valid value for the selected sort type.
5. Press the `Enter` key to confirm the sort type. This overrides any *profile* sort preferences that might be in effect for the single PDS.

The selected data set displays a sorted list of members in the **DATA SETS** tree.

![Sorting a single PDS](../images/ze/ZE-sorting-a-specific-PDS.gif)

### Submiting a JCL

1. Expand **DATA SETS** in the **Side Bar**.
Expand Down
Empty file.
Empty file.
Empty file.
4 changes: 3 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,9 @@ module.exports = {
label: "Using Zowe Explorer",
link: {type:"doc", id:"user-guide/ze-usage"},
items: [
"user-guide/ze-use-cases",
"user-guide/ze-working-with-data-sets",
"user-guide/ze-working-with-uss-files",
"user-guide/ze-working-with-jobs",
{
type: "category",
label: "Zowe Explorer extensions",
Expand Down

0 comments on commit bf2f62f

Please sign in to comment.