Customizing the RMF control session

IBM provides the cataloged procedure, RMF, which is necessary to start Start of changez/OS® Data GathererEnd of change. The procedure is stored in SYS1.PROCLIB(RMF), and you can modify it according to your requirements.

The RMF control session is the base for data gathering through the different monitors, especially for Monitor I, Monitor II. If you want to gather data with Monitor III, you also need the cataloged procedure, RMFGAT (see Setting up the Monitor III gatherer session RMFGAT).

This example shows the RMF procedure as supplied by IBM:

//IEFPROC   EXEC  PGM=ERBMFMFC,REGION=256M,
//          PARM=''
PARM
can be used for:

Start of changez/OS Data GathererEnd of change reads its ERBRMFxx members from the parmlib concatenation as defined in the LOADnn parmlib member, and then frees the data set in which they were found.

To have Start of changez/OS Data GathererEnd of change read the ERBRMFxx members from a specific single data set, use a cataloged procedure in the following form:

//IEFPROC   EXEC  PGM=ERBMFMFC,REGION=256M,
//          PARM=''
//IEFPARM   DD    DSN=parmlibname,DISP=SHR
IEFPARM
Identifies the data set containing session options. If you specify an IEFPARM DD statement in the procedure, Start of changez/OS Data GathererEnd of change does not use the logical parmlib concatenation.

To start the SMF data buffer on each system in your sysplex, store the procedure in the common proclib as follows:

//IEFPROC   EXEC  PGM=ERBMFMFC,REGION=256M,
//          PARM='SMFBUF'