Chapter 4. Generating CMFMON Batch Reports 65
Using Control Statements
Control statements must follow the SYSIN DD statement specified in the JCL or reside in a
member of a partitioned data set specified on the SYSIN DD statement. Figure 32 on page 65
shows a sample set of control statements used for generating CMFMON batch reports.
The control statements shown in this figure are described in “GLOBAL Statement” below and
“Report Control Statements” on page 67.
* 00010000
* SAMPLE CONTROL STATEMENT TO PRODUCE CMFMON BATCH REPORTS 00011001
* 00014001
* GLOBAL CONTROL STATEMENT MUST BE THE FIRST ONE SPECIFIED 00050001
* 00060001
GLOBAL SYSOUT(A) - A IS THE DEFAULT OUTPUT CLASS 00065902
* 00066000
ARD /* TOTAL MODE REPORTS */ 00067001
ARD DELTA /* DELTA MODE REPORTS */ 00068101
ARDJ JOBNAME(CATALOG) - JOBNAME IS REQUIRED 00069201
ARDJ JOBNAME(CATALOG) /* , END OF LINE FOR CONTINUATION*/, 00070201
DELTA - DELTA MODE REPORT 00070301
* 00071000
ASD 00080001
ASDJ JOBNAME(CATALOG) - JOBNAME IS REQUIRED 00090101
ASRM 00090401
ASRMJ JOBNAME(CATALOG) - JOBNAME IS REQUIRED 00090601
* 00090701
CHANNEL 00090801
DDMN 00090901
* 00091001
DEVICE /* TOTAL MODE REPORTS */ 00091101
DEVICE DELTA /* DELTA MODE REPORTS */ 00091201
DEVV VOLSER(ABCDEF) - VOLSER OR NUMBER REQUIRED 00091401
DEVV VOLSER(ABCDEF) DELTA 00091501
DEVV NUMBER(0200) 00093001
DEVV NUMBER(0200) DELTA 00093101
* 00094001
IOQUEUE /* TOTAL MODE REPORTS */ 00096001
IOQUEUE DELTA /* DELTA MODE REPORTS */ 00097001
PGSPP /* PAGE DATASET ACTIVITY */ 00098001
PGSPS /* SWAP DATASET ACTIVITY */ 00099001
* 00099201
SENQ 00100001
SENQR 00110001
SPAG 00120001
SRCS 00130001
TRX 00140001
Figure 32. Sample Control Statement Members (CMFMNB00)