SYSRPTS

The SYSRPTS control statement specifies the sysplex report options for a Postprocessor report.

Note: To get sysplex reports, you have to ensure that data gathering for all systems in the sysplex is synchronized.

Recommendation: Specify the Monitor I option SYNC(SMF) for all systems.

You also need to ensure that data from multiple systems is sorted together according the information in Preparing SMF records for postprocessing.

The syntax of the statement is:

SYSRPTS(option[,option]…[,option])

where option can be the following:

ALL
Specifies the following options: CF - SDEVICE(DASD) - WLMGL(WGPER)
CF | NOCF
Specifies the Coupling Facility Activity report.

To obtain an entire Coupling Facility Activity report, ensure that you supply the Postprocessor with a complete set of SMF 74 subtype 4 records from all systems in the sysplex.

SDEVICE(suboption[,suboption]…[,suboption]) | NOSDEVICE
Specifies whether the Postprocessor should generate Shared Device Activity reports or not.

suboption can be:

DASD | NODASD
Specifies the DASD Shared Device Activity report
TAPE | NOTAPE
Specifies the Magnetic Tape Shared Device Activity report
NMBR(list)
Specifies a list of devices to be included into the report. You can specify as many device numbers as you like. Each element in the list can be:
  • A 4-digit device number
  • A range of device numbers defined by the lowest and the highest number, separated by a colon. For example, 1234:1243
If the devices belong to the class you specified with the DASD or TAPE option, the NMBR option has no effect. If they belong to the other class, they are reported on in addition to the devices of the class you specified.
EXNMBR(list)
Causes the Postprocessor to suppress reports for the device or devices with the device numbers specified. You can specify as many device numbers as you like. Each element in the list can be:
  • A 4-digit device number
  • A range of device numbers defined by the lowest and the highest number, separated by a colon. For example, 1234:1243
The specified devices are excluded from the set of devices you specified with the DASD, TAPE and NMBR options.

The EXNMBR option has no effect for devices that have not been included in the DASD, TAPE or NMBR options.

WLMGL(suboption[,suboption]…[,suboption]) | NOWLMGL
Specifies whether the Workload Activity report is to be generated.

suboption can have the values listed below. These specify conditions by which the Postprocessor selects the information to be reported.

In the suboptions, namelist can be a list of names, or a single name. If you omit namelist, the Postprocessor reports on all names that exist for the appropriate condition.

You can specify "wild cards" for names of workload groups, service classes and report classes. A wild card consists of a character string followed immediately by an asterisk (*). Reports are generated for all groups or classes whose names start with the specified character string. For example, specifying WG1* would produce reports on WG1MINE, WG1YOURS, WG1HIS, WG1HERS, and so on.

POLICY[(namelist)]|NOPOLICY
Specify policy names in namelist. For each policy specified, the Postprocessor issues a summary report.
RCLASS[(namelist)]|NORCLASS
Specify report class names in namelist. The Postprocessor issues reports of the specified classes.
RCPER[(namelist)]|NORCPER
Specify report class names in namelist. The Postprocessor issues a report for each report class period defined for the specified report classes.
RTD|NORTD
Specifies whether the Response Time Distribution section should be displayed in WLMGL Service/Report Class Period reports. This suboption can only be specified together with suboptions SCPER or RCPER; otherwise, it is ignored.
SCLASS[(namelist)]|NOSCLASS
Specify service class names in namelist. For each service class, the Postprocessor issues a summary report.
SCPER[(namelist)]|NOSCPER
Specify service class names in namelist. The Postprocessor issues a report for each service class period defined for the specified service classes. The report includes subsystem states, general execution delays, and a response-time-distribution chart.
SYSNAM[(namelist)]
Specify system names in namelist. The Postprocessor combines data from all the specified systems in one report. If this option is omitted, which is the default, the data from all systems is combined in one report.
WGPER[(namelist)]|NOWGPER
Specify workload group names in namelist. For each workload group you specify, the Postprocessor reports on the associated service classes and their service-class periods.
WGROUP[(namelist)]|NOWGROUP
Specify workload group names. For each workload group specified, the Postprocessor issues a summary report.