Control statements of DFH$MOLS -- overview

You control the processing that the DFH$MOLS program performs by specifying the following control statements (for more details about these statements, see DFH$MOLS control statement descriptions and Rules for coding DFH$MOLS control statements).

*
[user comments]
BREAK
Use this statement to group SELECT/IGNORE statements into logical groups.
CONTROL
STOPAFT=nnnnnnnn
DATE
START=mm/dd/yy or mm/dd/yyyy,STOP=mm/dd/yy or mm/dd/yyyy

For the twenty-first century the year must be represented by yyyy. If yy is coded the twentieth century is assumed, for example 98 for 1998.

IGNORE
APPLID=xxxxxxxx[,yyyyyyyy,...]
PRCSTYPE=xxxxxxxx[,yyyyyyyy,...]
TERMID=xxxx[,yyyy,...]
TASKNO=,nnnnnnn,[nnnnnnn,...[
TRANID=xxxx[,yyyy,...]
USERID=xxxxxxxx[,yyyyyyyy,...]

You can use any of these IGNORE options in conjunction with SELECT statements to form SELECT/IGNORE groups (see the BREAK control statement).

OPTION GMT|LOCAL
DFH$MOLS prints the monitoring record start and stop timestamp fields in GMT, or converts them into local time.
PRINT
DIC,EXC,PER,RES,ALL
RESOURCE
ALL,FILE,TSQUEUE

Use this option to enable selective printing of the resource type data within the transaction resource monitoring records.

SELECT
APPLID=xxxxxxxx[,yyyyyyyy,...]
PRCSTYPE=xxxxxxxx[,yyyyyyyy,...]
TERMID=xxxx[,yyyy,...]
TASKNO=nnnnnnn,[nnnnnnn,...[
TRANID=xxxx[,yyyy,...]
USERID=xxxxxxxx[,yyyyyyyy,...]

You can use any of these SELECT options in conjunction with IGNORE statements to form SELECT/IGNORE groups (see the BREAK control statement).

Start of changeSORTEnd of change
Start of changeThis option is accepted for migration purposes, but it is now ignored. DFH$MOLS always sorts the input monitoring data before the records are processed for output.End of change
TIME
START=hh.mm.ss,STOP=hh.mm.ss
Start of changeTIMEOFFEnd of change
Start of changeThis option is accepted for migration purposes, but it is now ignored. The option was used to specify the suppression of testing for data being out of sequence, but now DFH$MOLS always sorts the input monitoring data.End of change
UNLOAD{DDNAME=xxxxxxxx[,LOCAL]}
Use this statement to unload the input performance class monitoring data into the fixed length record format. Note that the UNLOAD control statement can be used with monitoring data for all CICS® Transaction Server versions and releases, and with monitoring data for CICS/ESA Version 4, but not with monitoring data for CICS/ESA Version 3.

Related reference
Sample monitoring data print program (DFH$MOLS)
Sample job stream for DFH$MOLS
Rules for coding DFH$MOLS control statements
DFH$MOLS control statement descriptions
Abend codes and error messages for DFH$MOLS
[[ Contents Previous Page | Next Page Index ]]