A SERVICE OF

logo

Chapter 4. Generating CMFMON Batch Reports 63
Using Data from Remote Systems
CMFMON batch reports can contain data from the local system (the system on which you run
the job) or a remote system in your sysplex. To use data from a remote system, you must make
sure that the following conditions exist:
XDS is active on the MVS PAS of the local system.
The MVS PAS of the local system is connected to a CAS that communicates with a CAS
on the remote system.
The remote system’s CAS is connected to a PAS on which XDS is active.
For more information on activating XDS on the MVS PAS, see the CMF MONITOR
Customization Guide (TD-502).
For more information on connecting a local and remote CAS, see Chapter 6, “Managing Cross-
System Communication” in the MainView Administration Guide.
Using the Sample JCL and Control Statement Members
A set of sample JCL for generating CMFMON batch reports is in hilevel.UBBSAMP data set
member CMFJMONB.
A set of sample control statements for generating all available reports is in hilevel.UBBPARM
data set member CMFMNB00.
These members are shown in Figure 31 below and Figure 32 on page 65.
The JCL statements shown in this figure are described in Table 12 on page 64.
//JOBCARD JOB 00010000
//* 00020000
//*-------------------------------------------------------------------- 00030000
//* 00040000
//* SAMPLE JCL FOR EXECUTING THE CMFMON BATCH. 00050000
//* 00060000
//* REVIEW THE JCL FOR APPLICABILITY TO YOUR INSTALLATION 00070000
//* STANDARDS 00080000
//* 00090000
//* CHANGE ?HILEVEL TO THE HIGH-LEVEL QUALIFIER YOU CHOSE FOR 00090100
//* YOUR BBLINK AND UBBPARM DATA SETS. 00090200
//* 00110102
//* CHANGE ?RECDSN TO THE NAME OF THE DATASET FROM WHICH SMF 00110103
//* TYPE-79 RECORDS ARE TO BE READ. 00110104
//* 00120000
//*-------------------------------------------------------------------- 00160000
//* 00170000
//CMONBAT EXEC PGM=CMBRPORT,REGION=8M 00180003
//* 00190000
//STEPLIB DD DISP=SHR, - CMF LOAD LIBRARY 00200000
// DSN=?HILEVEL.BBLINK 00210000
//CMF79IN DD DISP=SHR, - INPUT DATASET 00250000
// DSN=?RECDSN 00260000
//SYSIN DD DISP=SHR, - CMFMON BATCH CONTROL STMTS 00290000
// DSN=?HILEVEL.UBBPARM(CMFMNB00) 00300000
//SYSPRINT DD SYSOUT=* - CONTROL STATEMENT LOG 00370000
//CMF79MSG DD SYSOUT=* - MESSAGE LOG 00370100
//SYSUDUMP DD SYSOUT=* - DUMPS 00410000
// 00420030
Figure 31. Sample JCL Member (CMFJMONB)