REPORT

(Required) Use the REPORT parameter in the sample batch report job CQM@NRPT.

Description
Specifies the reports (report_name) that are to be generated. The reports are printed to dynamically allocated JES SYSOUT files.
Syntax
REPORT(report_name, report_name, ...)
Valid values
  • STATIC_CPU
  • STATIC_ELAPSED
  • STATIC_GETPAGE
  • DYNAMIC_CPU
  • DYNAMIC_ELAPSED
  • DYNAMIC_GETPAGE

At least one report name is required and the REPORT keyword can be repeated.

Default
None
Example
REPORT(STATIC_CPU, STATIC_GETPAGE)