Resource naming convention
MainView resources are identified to an ESM by a resource class name and entity name.
Class name
The default security class for resources in windows mode is $BBM. By default, $BBM is transformed (by use of a NEXT statement) to external resource class FACILITY, which is a predefined class for CA-ACF2, CA-Top Secret, and RACF.
For information about using a class other than FACILITY, see Class-definitions.
Entity names
All MainView resources in windows mode (such as view data and actions) have a defined resource entity name.
MainView resource entity names consist of multiple qualifiers separated by periods, similar to data set names. The format of a resource entity name is:
Parameter | Description |
---|---|
BBM | Is the prefix for all MainView resources |
product | Is the ID of the product or service point that is in control of the window where the resource is being accessed For a list of product IDs, see Product IDs for resource entity names in windows mode. |
context | Is the context that is set in the window where the resource is being accessed |
internalID | Is the internal ID of the data table or action that is being accessed |
suffix | Indicates the type of resource that is being accessed For a list of resource entity name suffixes, see Suffixes for resource entity names in windows mode. |
The following lists of MainView product IDs that can be part of a resource entity name.
Product IDs for resource entity names in windows mode
Product ID | Product or service point |
---|---|
CMF | CMF MONITOR |
COMMON | Common MainView resources |
ICAP | Intelligent Capping for zEnterprise |
MVALERT | Alert Manager |
MVAO | MainView AutoOPERATOR |
MVCICS | MainView for CICS |
MVCSMON | COMMON STORAGE MONITOR |
MVDB2 | MainView for DB2 |
MVEXP | MainView Explorer |
MVIMS | MainView for IMS Online and MainView for DBCTL |
MVIP | MainView for IP |
MVJE | MainView for Java Environments |
MVLNX | MainView for Linux |
MVMQS | MainView for MQ |
MVMVS | MainView for z/OS |
MVSPS | MainView SYSPROG Services |
MVSRM | MainView SRM common |
MVSRMHSM | MainView SRM EasyHSM |
MVSRMSGC | MainView SRM Applications |
MVSRMSGD | MainView SRM Space History |
MVSRMSGP | MainView SRM Performance History |
MVTA | MainView Transaction Analyzer |
MVTOM | MainView Total Object Manager |
MVUSS | MainView for Unix System Services |
MVVP | MainView VistaPoint |
MVVTAM | MainView for VTAM |
MVWEB | MainView for WebSphere Application Server |
PLEXMGR | MainView Plex Manager |
The following lists of the resource suffixes that can be part of a resource entity name.
Suffixes for resource entity names in windows mode
Suffix | Resource type |
---|---|
AA | Any action for a given product |
AO | Any action on the current table of data |
CN | Connection to a CAS, which provides access to the MainView environment |
OA | Any action on an object in a table, such as a row of data |
OD | Table data and the views that display the data |
PA | Any product-level (or primary) action |
PF | A product-level function |
PS | A product-level service or agent activity |
TA | Access to a target context, which controls access to a product from the Selection Menu |
TC | Creation of a target context, which allows an address space to define itself as a product |
TH | Setting of global thresholds |
TS | Granting of trusted status to a PAS for inheriting a security environment |
XA | Access to a target context, which controls access to a product from the requestor side |
Products that run in windows mode generally have from one to five default resource entity definitions. All other resource entity definitions inherit their characteristics from these defaults. This structure makes it easy to manage a large number of resource entities without having to modify each definition individually.
The default resource entity definitions are shown in following table
Default resource entity definitions for products in windows mode
Resource name | Resource entity definition |
---|---|
Default - Table Data | BBM.product.targetid.tableid.OD |
Default - Any Table Actions | BBM.product.targetid.tableid.AO |
Default - Primary Actions (All Views) | BBM.product.targetid.tableid.PA |
Default - Specific Table Actions | BBM.product.targetid.tableid.actionid.OA |
Any Action (Product Views) | BBM.product.targetid.AA |
Default - Alter Data Set | dsname |
Related topic