Using the MODIFY command to change Extractor operation
At some point while running the Extractor in your system, you might need to modify the configuration of your Extractor control statement set, start and stop the CMF Extractor data samplers, or start and stop IPM mode.
Descriptions and examples of valid MODIFY commands that can be used to control CMF MONITOR Online and the Extractor are as follows:
[,STATUS[={CPM|IPM}]][,FLIP={IPM|CPM}][,PROFILE]
[,DC={START|STOP|STATUS|CPM|IPM}][,XDS={xx|STOP}]
The following table explains the MODIFY commands. The table in MODIFY command examples provides examples of how to issue these commands.
Command | Explanation |
---|---|
CASWAIT= | specifies the time that the PAS should wait for the CAS to start, both during initial PAS startup and if the CAS terminates while the PAS is executing The value is from 0 to 9999 minutes. The default value is 10 minutes. If you specify CASWAIT=0, the initialization process does not retry the connection to the CAS. The abbreviation CW can be used in the JCL PARM field. |
CPM= | specifies that CPM mode is to be started, stopped, or executed under a different control statement set; xx specifies a new control statement set The current control statement set, if one is running, is terminated before the new one is executed. If CPM=STOP is specified, the Extractor terminates the CPM monitoring mode. If the IPM mode is not active when CPM=STOP is specified, the address space is cancelled. |
DC= | specifies that the data collectors are to be stopped or started, or that status information about the data collectors should be displayed on the console If both the CAS and MVS PAS are initialized, you can control whether CMF MONITOR Online is executing by issuing this command. When a MODIFY command is issued with
To view status information about the data collectors on the console, specify the DC=STATUS attribute. |
FLIP= | causes the Extractor to begin writing (flip) to the next available alternate data set for either IPM or CPM mode If an alternate data set was not defined, the MODIFY command is rejected. |
IPM= | specifies that IPM mode is to be started, stopped, or executed under a different control statement set; xx specifies a new control statement set The current control statement set, if one is running, is terminated before the new one is executed. If IPM=STOP is specified, the Extractor terminates the IPM monitoring mode. |
jobname | name of the Extractor job to receive the MODIFY command; this is the name of MVS PAS PROC |
MSGFREE | causes the Extractor message file to be dynamically deallocated and spun off for printing The message file, defined at the //CMFMSG DD statement, is reallocated immediately after deallocation with no loss of data. |
PROFILE | displays system configuration information about the console This information is also available by using the CONFIG utility option available through CMF MONITOR Online. (For more information about the CONFIG utility, see Using-CMF-MONITOR-Online.) |
STATUS | displays information about the console regarding the status of the active submonitors, CPM, and IPM; this information is the same information that you can view through the STATUS Extractor utility in CMF MONITOR Online When a MODIFY command is issued with
(For more information about the STATUS utility, see Using-CMF-MONITOR-Online.) |
TZOVRLAP | controls the writing of records with overlapping local times when a backward Daylight Saving time change is detected
|
XDS= | specifies that the CMF Cross System Data Server (XDS) is to be started, stopped, or executed under a different control statement set
|
MODIFY command examples
The table below displays examples of how to issue the attributes for the MODIFY command.
MODIFY command examples for CMF MONITOR
You type | System response |
---|---|
F MVSPAS,IPM=03,CPM=04 | invokes the IPM and CPM sampling modes by using the control statement packets CMFIPM03 and CMFCPM04, respectively |
F MVSPAS,MSGFREE | frees the //CMFMSG DD data set for printing, and reallocates it |
F MVSPAS,IPM=XY | invokes the IPM mode with control statement packet CMFIPMXY |
F MVSPAS,STATUS | produces the CMF Extractor Status Display on the console |
F MVSPAS,FLIP=CPM | causes the CPM mode to start writing to an alternate output data set |
F MVSPAS,PROFILE | produces the CMF system configuration display on the console |
F MVSPAS,DC=STOP | causes the MVS PAS data collectors to stop functioning (rendering CMF MONITOR Online unavailable), and suspends the sampler for the PGDDLAY and CFDATA control statements, if defined This command also renders MainView for z/OS running in the same PAS unavailable. |
F MVSPAS,DC=START | invokes the data collectors in the MVS PAS; CMF MONITOR Online is initialized, and the sampler for the PGDDLAY and CFDATA control statements, if defined, begin or resume their sampling functions |
F MVSPAS,DC=STATUS | produces a status display of the MVS PAS data collectors on the console |
Related topic