Limited supportBMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Ops Monitor for CMF 6.3.

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.

SERDELAY ,
[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:

  • SUMMARY requests the Summary section of the report.
  • NOSUMMARY suppresses the Summary section of the report.
  • DETAIL requests the Detail Section of the report.
  • NODETAIL suppresses the Detail section of the report.

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:

  • ALL requests all subsections. This is the default option.
  • CMSL requests the CMS LOCK DETAILS subsection.
  • CMLL requests the CML LOCK DETAILS subsection.
  • GRSL requests the GRS LATCH DETAILS subsection.
  • GRSE requests the GRS ENQUEUE DETAILS subsection.

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.

  • JOBA is an example of a whole jobname. Only jobs named JOBA appear in the report.
  • JOB* is an example of a ‘begins with’ filter. All jobnames beginning with ‘JOB’ appear in the report.
  • JOBA:JOBZ is an example of a range of job names. Job names falling within the range appear in the report.


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*