Specifying product initialization within the z/OS PAS
Use member BBATSP00 to control product initialization within the z/OS PAS.
All of the products are initialized by default. However, you can suppress the initialization of one or more products by using BBATSP00.
To control product initialization within the z/OS PAS
- Copy hlq.BBSAMP member BBAMVCPY to a private JCL library (where hlq is the high-level qualifier that is used for MainView for Unix System Services data sets at your site).BBAMVCPY contains JCL to execute IEBCOPY, which will copy BBPARM member BBATSP00 to a UBBPARM library.
- Customize the JCL in BBAMVCPY by following the instructions at the top of the member.
- Submit the job.
- Review the job output to verify that the IEBCOPY job was successful.
In UBBPARM member BBATSP00, use the following syntax to enable or disable a product:
<product>
<name> ppppp </name>
<server> ssssssss </server>
<target> tttttttt </target>
<enable | disable />
</product>The variables are specified according to the following table:
ppppp
One of the following product abbreviations:
CMF
CMF MONITOR
MV390
MainView for z/OS
MVUSS
MainView for Unix System Services
MVSPS
MainView SYSPROG Services
MVVP
MainView VistaPoint
ssssssss
One- to eight-character job name of the z/OS PAS
tttttttt
One- to eight-character name of the context for the z/OS PAS
- To disable a product, change <enable/> to <disable/> in BBATSP00.
- Save the member and restart the PAS.
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*