Previous Topic: Reporting Best Practices

Next Topic: Defining Report Granularity

Running Batch Reports on Measurement Data

Provide a valid job card and an optional JCLLIB statement that defines the library with the needed TUNBATCH procedure. A valid job card is required to run batch reports on measurement data. The default values are as follows:

JOB1=//JOBNAME JOB (ACCT),'CAMAT BATCH REPORT',
JOB2=//        CLASS=A,MSGCLASS=H,MSGLEVEL=(1,1),REGION=0M,
JOB3=//        NOTIFY=&SYSUID
JOB4=//TUNJCL JCLLIB ORDER=CAMAT_prefix.UTRSAMP

CA Mainframe Application Tuner stores the job card values in every measurement profile it creates.

Business Value:

This best practice enables you to request batch reports and create CSV files. These reports are a useful way to analyze measurement data.

Additional Information:

The JCLLIB in parameter JOB4 defines the UTRSAMP library that contains the member TUNBATCH. If TUNBATCH has been copied to a system procedure (PROCLIB) library, comment out the last line of the job card statement.