Explorer for ChangeMan ZMF
Explorer for ChangeMan ZMF® provides the ability to manage and edit ZMF components within a ZMF system.
Components may be browsed from Baseline libraries and checked out to a Package on the mainframe where they may then be retrieved to the local desktop computer, edited and subsequently uploaded back into the package for subsequent ZMF processing. After checking the component back into the package, a build of the component may then be issued.
As many components make use of copybook files, these may optionally be retrieved to allow a more seamless experience when editing the source component locally. Contents
PrerequisitesPrior to using Explorer for ChangeMan ZMF, please ensure that you have the following prerequisites in place:
InstallingExplorer for ChangeMan ZMF availability is documented in the ChangeMan ZMF Community pages and installed as a VSCode extension. For more information on updated versions of the ZMF Explorer, please visit the ChangeMan ZMF Community page ChangeMan ZMF Explorer is installed via the VSCode Extensions Marketplace. ConfigurationAfter completing the installation of the Explorer for ChangeMan ZMF, edit the Extension settings for the ChangeMan ZMF Explorer within VSCode. it is recommended that you use the "User" location. Here you should set the defaults that you wish to apply and set up JCL job cards etc. The logging level is set to "Info" by default. You should only change that on request. For information on zowe 2 profiles, please visit the zowe documentation. An introduction to zowe 2 profiles can be found here Zowe CLI — Getting Started, Made Easy! Also some example profiles can be found in the ChangeMan ZMF Community site zowe 2 Profiles and how to use them with the ChangeMan ZMF plugin for zowe CLI Ensure that you enter a valid folder location, This location will be used to place local files downloaded from ZMF until such time as they are either deleted or checked back into a ChangeMan ZMF package on the mainframe. If the folder location does not exist, it will be created when the ZMF Explorer extension is run. At any time, you may cleanup files within that folder for example, if you copied a component down from a package to your local machine that you then no longer required and do not wish to check back into the ZMF package. You should also set the defaults that you wish to apply and set up JCL job cards etc. The logging level is set to "Info" by default. You should only change that on request. Ensure that you have the correct file associations set within VSCode depending upon the language editor you are using. If you are using IBM z/Open Editor for example, this is done in the Settings as "Include File Extensions'.
Using IBM z/Open Editor, you should ensure the following are specified depending in the languages you wish to use.
Be aware that A simple zapp.yaml can be seen here:
It is also recommended that you change a setting in VSCode so that popup dialogs are more in line with the VSCode theme. To do this, enter VSCode Manage Settings and in the 'Search Settings" option enter "dialog". You are presented with "Windows Dialog Style" set to "Native". Use the drop down list box and change this to "Custom". User GuideCreate a ProfileWith version 2, there is only a single profile file - zowe.config.json and its associated schema file zowe.schema.json If you are an existing zowe cli V2 user, these files will already exist in the homedir/.zowe folder. If you are not an existing zowe cli user, you may find example files in the Community forum that you can adapt to your own requirements. Explorer for ChangeMan ZMF uses the same Zowe CLI V2 profiles for the ChangeMan ZMF CLI plug-in interface to access ZMF maintained libraries on the mainframe. In Zowe V2, userid and password are securely stored in the Operating System's secure credential vault and no longer in plain text. Not all ZMF Explorer users may be Zowe cli users and as such may not have the zowe.config.json file present and indeed, may not have the homedir/.zowe folder present. This is catered for in the ZMF Explorer. You may create a folder on your machine e.g. d:/ConfigFolder. In this folder, place a zowe.config.json and the zowe.schema.json files that you can obtain from the Community Forum. You can then edit the zowe.config.json to your own particular preferences. This is clarified in the Forum where you will find a blog post and links to other reference material. Do not modify the zowe.schema.json file. Note that the zowe.schema.json file must coexist with the zowe.config.json. When you start VSCode, open the folder with "File - Open Folder.." and select the D:/ConfigFolder. This folder now becomes your VSCode Workspace folder. Then you may start the ZMF Explorer by clicking the icon. At any time, you may open the zowe.config.json file and modify it and the ZMF Explorer will silently reload using the new file contents. Alternatively, you have a number of config.json files each with different configurations which you can then copy and paste into the zowe.config.json and save whioch will cause the ZMF Explorer to silently reload. The suggestion here is to have a zowe.config.json file into which you can then copy and paste from one of your config.json variations. You sholuld alwasy have a local zowe.config.json that the ZMF Explorer can access. New settings option for Profile usageCHangeMan ZMF V2 introduces a new parameter setting that allows the user to specify whether to merge a Workspace project level profile with the zowe V2 profile from the homedir/.zowe location - opr alterantively only use a Workspace project level folder location. Hiding a ZMF systemHaving created one or more ZMF system definitions in the zowe.config.json file, you may wish to not have the ZMF system show in the tree. A system may be 'hidden' from view by clicking the relevant icon.
Once a profile is hidden, you may retrieve it back into view by clicking the icon and any hidden profile(s) will be presented. Selecting a hidden profile will then reestablish that profile back into the tree. Creating and modifying FiltersChangeMan ZMF systems can comprise of many thousands of components. In order to focus on the items that you wish to work with, you may create a filter for each ChangeMan ZMF system by clicking on the 'Edit Filter' icon against the profile name. Filter on:
Once a filter is created, it will not be automatically activated. A new icon will appear showing the filter status and hovering over the profile name will show the filter criteria. Clicking on the icon will then toggle the filter inactive/active and the tree will be rebuilt based on the filter criteria. It is recommended to contract the tree before toggling the filter status. Accessing the ChangeMan ZMF tree viewWhen you click on the ZMF system in the tree view, a list of Applications are displayed. YOu can then select an Application which then displays Baselines and Packages. You may expand the tree further to display components. Selecting a component (left click) will download that component to the local computer. Baselines components can only be viewed. Right click on components offers more options that can be performed. These options are displayed based on the status of the component and the tree is refreshed as actions are taken that may cause the right click options to be refreshed. Accessing Batch job outputAs of V2.0.1 of the ZMF Explorer, you now have the option to view the batch job output of a Packge Component batch compile submission. To make use of this option, it is necessary that you have z/OSMF installed and configured on your Mainframe system. You should check with your System Programmer to determine if that feature is enabled and configured. To make use of this feature, the z/OSMF profile must be defined in the zowe.config.json .If you were supplied a Teams profile, contact your Admin who maintains the file to chekc if z/OSMF is configed in the profile correctly. Each ZMF profile within the zowe.config.json will need to have an additional parameter zosmfProfile present as in this example:
Making use of VSCode File Icon ThemesThe ZMF Explorer supports File Icon Themes that may be enabled within VSCode. ZMF Explorer makes use of 2 icons - the Folder icon and a File icon. However the default VSCode File Icon theme "Seti' does not provide an icon for a Folder. so no folder icon will be displayed if using that File Icon Theme. You can check which File Icon theme is in use by clicking 'View' 'Command Palette' and searching on 'File Icon'. Switching for example to the 'Minimal' icon theme will then display icons, in the ZMF tree view, however, a recommended File Icon Theme extension that you may wish to install is the Material Icon Theme. You can install this from the Extension menu. The theme provides customization options to allow you to set your preferred icon colors. Technical Assistance and support for Explorer for ChangeMan ZMFThe Explorer for ChangeMan ZMF extension is made available to customers in accordance with the terms and conditions contained in the provided End-User License Agreement (EULA). If you are on active Rocket Software support for ChangeMan ZMF, technical assistance and support is provided via the ChangeMan ZMF Community pages: ChangeMan ZMF Community page Copyright 2024 Rocket Software |