STATSALERT - Statistics Alert reports
The STATSALERT operand requests a Statistics Alert report.
The command format for a Statistics Alert report is:
CICSPA STATSALERT([OUTPUT(ddname),]
[EXTERNAL(ddname),]
STALTDEF(statistics-alert-definition),
[BY(APPLID[(LIST,SUMMARY)]|
ALERT[(LIST,SUMMARY)]|
COLLECT|
INTERVAL|
RESOURCE),]
[TYPE(EOD,INT,USS,REQ,RRT),]
[LINECNT(nnn),]
[TITLE1('...up to 64 characters...'),]
[TITLE2('...up to 64 characters...')])
The options are:
- STALTDEF(statistics-alert-definition)
- The name of the Statistics Alert Definition that you want to use
for this report. For details, see Statistics alert reporting.
In the JCL for the report, the DDname CPAHDBRG identifies the Repository data set that defines the Alert Definition.
- BY(...)
- The sort order of the report. For reports sorted by APPLID or
Alert, you can specify a report type: List (the default), Summary,
or both. Other sorting options are available only as List reports.
List reports show each instance of an Alert on a separate row, with details such as the threshold value and the Formula value that triggered the Alert.
Summary reports show the number of Alerts for the report period, rather than the details of each instance.
- TYPE(...)
- The types of statistics intervals to include in the report.
- LINECNT
- Controls the number of lines per page in the report. See LINECNT for further information.
- TITLE1, TITLE2
- Controls the report title (left and right half of subheading line) for the report. See TITLE1 and TITLE2 for further information.
- OUTPUT
- Controls the report output DDname. If not specified, CICS PA assigns a DDname in the format STALnnnn where nnnn is the report sequence number 0001-9999 to uniquely identify the output. See OUTPUT for further information.
- EXTERNAL
- Specifies the DDname for the work data set used by the external SORT facility. If not specified, CICS PA assigns an External Work File from a pool of External Work Files with DDnames in the format CPAXWnnn where nnn is the sequence number 001-999. See EXTERNAL for further information.