COMMSTOR
If a summary report is requested, the average CSA and SQA usage by job name values are printed. If a detail report is requested, the average, maximum, and minimum CSA and SQA usage by job name values, and the date and time stamps of these values, are printed.
The COMMSTOR statement uses data that is collected by the CSMON Extractor control statement.
Parameters
The parameters for the COMMSTOR control statement are as follows:
REPORT= | specifies a type of report; possible values are:
|
---|---|
SELECT= | optionally specifies from 1 to 32 specific job names or selection masks; data for all other jobs is ignored If SELECT is not specified, all job names are selected. The following wildcard characters can be used to define groups of job names:
|
SORT= | optionally specifies the sort sequence for the report; the parameter has two parts or entries: The first entry specifies what data area is to be the sort sequence. Permitted values and their meanings are:
The second SORT entry defines whether to use the average, maximum, or the minimum value as the sort sequence for the DETAIL report. Permitted values and their meanings are:
If SORT is not specified, the sort is by job name. Job names are printed in alphabetical order. |
LIMIT= | specifies that only the firstnnnn job name entries are displayed in the report This parameter is useful if you want to produce a short report with the 'worst offenders' of CSA or SQA usage. |
TBLSIZE= | specifies how much storage is allocated for an internal table used by the COMMSTOR report modules The table is used to store job names and address space IDs (ASIDs) as ten-byte entries for each recording interval. The default size of the table is 20,000 bytes, which can store up to 2,000 entries. |
Examples
The following examples illustrate the use of the COMMSTOR control statement.