DFH$MOLS control statements summary

You can control the processing that the DFH$MOLS program performs by specifying control statements.

*
[user comments]
BREAK
Use this statement to group SELECT and 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

If yy is coded, the twenty-first century is assumed; for example, 16 for 2016.

EXPAND
DDNAME=xxxxxxxx[,NEWDCB]

Use this option if some or all of the input monitoring records were compressed, and you want to create an output data set with these records in their expanded format, with the records that were never compressed. If you want to print reports only or to unload the records into a fixed-length format, do not specify the EXPAND option. DFH$MOLS identifies and expands any compressed monitoring records automatically before working with them. Specify only the EXPAND option if you want to create an output data set of SMF 110 monitoring records.

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 with SELECT statements to form SELECT and IGNORE groups. (See the BREAK control statement.)

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

Use this option to enable selective printing of the resource type data in 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 with IGNORE statements to form SELECT and IGNORE groups. See the BREAK control statement for more information.

TIME
START=hh.mm.ss,STOP=hh.mm.ss
TIMEOFF
This option is accepted for upgrade 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.
UNLOAD{DDNAME=xxxxxxxx[,LOCAL]}
Use this statement to unload the input performance class monitoring data into the fixed-length record format. The UNLOAD control statement can be used with monitoring data for CICS® Transaction Server for z/OS®, Version 5 Release 4 only, and not with monitoring data for any earlier CICS releases.