Controlling the MVMM Extensible Agent on z/OS platforms
To run the MVMM Extensible Agent and monitoring extensions as started tasks in z/OS
To run the z/OS agent and monitoring extensions as started tasks, customize the JCL procedures QPEA64, QPCFG64, QPBTM64, and QPMON64 in HLQ.INSTALL.CNTL and copy them into the appropriate procedure library (for example, SYS1.PROCLIB). We also suggest you use the names QPEA64, QPCFG64, QPBTM64, and QPMON64, although you can choose any names. For documentation purposes, we assume that you chose QPEA64, QPCFG64, QPBTM64, and QPMON64.
To run the MVMM Extensible Agent and monitoring extensions as batch jobs in z/OS
To run the agent and monitoring extensions as jobs, customize and submit the JQPEA64, JQPCFG64, JQPBTM64, and JQPMON64 jobs. JQPEA64, JPQCFG64, JQPBTM64, and JQPMON64 must be configured and run on each z/OS image or LPAR in which IBM MQ is running.
To set the TZ environment variable (ENVAR) in runtime option member (CEEOPTS DD)
The recommended approach is to define a CEEOPTS DD in the started task procedure and to point it to the CEEOPTS member in the product's HLQ.INSTALL.CNTL library. Then adjust the ENVAR example setting in CEEOPTS64 to your needs. Refer to the example procs (members QPEA64, QPCFG64, QPMON64, and QPBTM64) in the HLQ.INSTALL.CNTL library for how to configure the CEEOPTS DD.
It is good practice when doing a version upgrade to review the current started task procedures and to carry forward all changes that were introduced by the new version.
For example:
Add this line to the started task procedure: //CEEOPTS DD DSN=&THISPDS(CEEOPTS64),DISP=SHR
Edit the example CEEOP64 member so it looks similar to the one below:
HEAP64(1000M,1M,KEEP,32K,32K,KEEP,4K,4K,FREE)
HEAPPOOLS64(ON,8,4000,32,2000,128,700,256,350,1024,100,
2048,50,3072,50,4096,50,8192,25,16384,10,32768,5,65536,5)
ENVAR(TZ=CST6CDT)
Below is a list of other possible values for the TZ environment variable:
- EST5EDT: Eastern Standard Time, Eastern Daylight Time
- CST6CDT: Central Standard Time, Central Daylight Time
- MST7MDT: Mountain Standard Time, Mountain Daylight Time
- PST8PDT: Pacific Standard Time, Pacific Daylight Time
- AKST9AKDT: Alaska Standard Time, Alaska Daylight Time
- GMT0BST: Greenwich Mean Time, British Summer Time
- WET0WEST: Western Europe Time, Western Europe Summer Time
- CET-1CEST: Central Europe Time, Central Europe Summer Time
- EET-2EEST: Eastern Europe Time, Eastern Europe Summer Time