Previous Topic: BESEARL Procedure for Batch Reporting

Next Topic: Online Reporting with the CA GMI Interface

BESEARL JCL Syntax-Create Batch Reports

Use the BESEARL JCL to invoke the BESEARL procedure to create batch reports with data from TBERPT01, TBERPT02, or TBERPT03.

This JCL has the following format:

//STEP1    EXEC BESEARL,PRM=xx,[BES=BESn,]REPORT=report
xx

Specifies the positional parameter that indicates how to display byte counts in the reports returned. This must be the first parameter, if specified.

The following parameters are supported:

KB

Displays the byte counts in kilobytes.

MB

Displays the byte counts in megabytes.

GB

Displays the byte counts in gigabytes.

BES=BESn

(Optional) Specifies that records for only a selected BES subsystem are returned. If this option is not specified, detailed encryption activity is returned for all active subsystems.

Default: //STEP1 EXEC BESEARL,PRM=xx,REPORT=report

report

Specifies the report to use as input, TBERPT01, TBERPT02, or TBERPT03. If this option is omitted, TBERPT01 is produced.

Example: BESEARL Procedure JCL

This example JCL invokes the BESEARL procedure to generate the TBERPT02 report for the BES subsystem BES2, and displays the byte counts in megabytes.

//STEP1    EXEC BESEARL,PRM='MB,BES=BES2',REPORT=TBERPT02