CMFIPM00 control statement set


CMFIPM00 invokes an IPM monitor that runs for 60 minutes.

(For more information, see When-to-use-CMF-MONITOR-Extractor-CPM-and-IPM-modes.) Records are written to the Extractor data set every 15 minutes. The CMF user record ID is 240 (X'F0'). Records are written to the data set defined by the //CMFIPM1 DD statement.

  • To start the IPM monitor, either issue the MODIFY command, or specify DC=IPM on the MVS PAS PROC.
  • To stop the IPM monitor, issue the MODIFY command IPM=STOP.

Figure 1 shows a sample set.

Figure 1. Extractor control statements in starter set CMFIPM00

***********************************************************************
*                                                                     *
* CONTROL STATEMENTS FOR THE EXTRACTOR IN IPM MODE                    *
*                                                                     *
* USE THIS MEMBER WHEN THE FOLLOWING PRODUCT IS RUNNING BY ITSELF     *
* IN IPM MODE:                                                        *
*                                                                     *
*    - CMF MONITOR                                                    *
*                                                                     *
***********************************************************************
* CHANGE LOG:                                                         *
*    CREATED BY ?USER ON ?DATE AT ?TIME.                              *
*                                                                     *
***********************************************************************
 REPORT IPM,INTERVAL=15,CSA=512,SMFRECID=240,RUNTIME=60,SMF=NO
 CACHE
 CHANNEL
 CPU      SAMPLE=500
 DEVICE   SAMPLE=500,CLASS=DASD
 DEVICE   SAMPLE=500,CLASS=TAPE,OFFLINE=YES
IOQ
***********************************************************************
*                                                                     *
* END OF IPM CONTROL STATEMENTS                                       *
*                                                                     *
***********************************************************************

 

Warning

Note

This sample set does not include control statements for all possible options.

Related information

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

CMF MONITOR 6.1