SERDELAY
The SERDELAY control statement creates the Serialization Delay Report. It uses SMF type 72-5 records, which are created by the LOCKDATA Extractor control statement.
[REPORT=(SUMMARY|NOSUMMARY,DETAIL|NODETAIL)]
[,SELECT={ALL|(CMSL,CMLL,GRSL,GRSE)}]
[,ZERO={NO|YES}]
[,OPTIONS={NO|YES}]
[,JOBS=(JOBA,JOB*,JOBA:JOBZ,...)]
Parameters
The parameters for the SERDELAY control statement are as follows:
REPORT= | specifies the sections of the report to be generated. Values are:
If not specified, the default is REPORT=(SUMMARY,DETAIL). The values (SUMMARY,NOSUMMARY) and (DETAIL,NODETAIL) are self-contradicting and therefore invalid. |
---|---|
SELECT= | specifies the subsections of the report that are to be created in the Detail Section. Any of the following values may be specified in any combination:
Specifying any value other than ‘ALL’ suppresses subsections that are NOT requested. If more than one value is specified, values must be separated by commas and enclosed in parentheses. Specifying the SELECT parameter with REPORT=NODETAIL is an error, as these options are incompatible. |
ZERO= | specifies whether detail elements with zero SUSPENDED requests appear in the report If not specified, the default is ZERO=NO. |
OPTIONS= | specifies whether the SERDELAY parameter options in effect are printed on the report. (They appear immediately above the first section heading.) If not specified, the default is OPTIONS=NO. |
JOBS= | specifies names of JOBs to be included in the report. If JOBS is specified, only jobs that meet the filter criteria are included in the report.
|