Report control statements for PRSREGUT
The following report control statements can be used with the PRSREGUT program:
IMS
The IMS Performance report contains information for all IMSs in the IRUF. You can limit the report to a specific IMS by using the IMS statement. Specify the IMS name for which you want information in the form IMS imsName.
Only one IMS statement can be used, and only one IMS name can be specified in the statement.
REG
The IMS Performance report contains information for all regions in the specified IMSs being reported on. You can limit the report to specific regions by using the REG statement. Specify up to 10 region names you want information for in the form REG regName regName ... regName.
By default, all regions in an IMS are included. You can specify REG ALL to explicitly specify all regions.
Instead of specifying multiple regions in one REG statement, you can use up to 10 REG statements with one region name each, or any combination of REG statements with one or more regions per REG statement. If you accidentally specify more than 10 regions, only the first 10 regions will be reported on.
ABEND
The IMS Performance report can include information for a particular abend that you specify. Each region report will contain a count of the occurrences of this abend. Specify the abend number you want information for in the form ABEND UabendNumber.
Only one ABEND statement can be used, and only one abend code can be specified in the statement.
The report control statements shown in the JCL example in Sample-JCL-for-PRSREGUT request reporting for abend U0787, in region MSGP16A in IMS IP01.
Related topic