Previous Topic: Report 11 - Procedure Cross-ReferenceNext Topic: Using JCLNeat


Audit Report

The JCL Processing Audit Report shows you a statistical summary, input records, and averages of jobs, steps, and DD statements.

To generate this report, specify the AUDIT option.

CA JCL PROCESSING AUDIT REPORT CA JCLCHECK     SYS: xxxx TUESDAY OCTOBER 24, yyyy ---------------------------------------------------------------------------------------------------------------------------------            -- (RECORDS) --           |                -- (TOTALS) --            |                  -- (AVERAGES) --     GRAND    SYSIN  PROCLIB CTL-CARD |                                          |  PROCS     STEPS      STEPS    DDS     TOTAL    TOTAL  TOTAL   TOTAL    |    JOBS      PROCS      STEPS        DDS |  PER JOB   PER PROC   PER JOB  PER STE ---------------------------------------------------------------------------------------------------------------------------------       29        6      23       0          1          3          8           7        3.0       2.7       8.0             #################################################  END OF AUDIT REPORT FOR RUN  ########################################

This report contains the following fields:

GRAND TOTAL

Indicates the total of all input records.

SYSIN TOTAL

Indicates the total records read from the SYSIN DD statement.

PROCLIB TOTAL

Indicates the total procedure records read from any procedure libraries.

CTL-CARD TOTAL

Indicates the total control statements read from all control statement libraries.

JOBS

Indicates the total number of jobs processed.

PROCS

Indicates the total number of procedures processed.

STEPS

Indicates the total number of steps processed.

DDS

Indicates the total number of DD statements processed.

PROCS PER JOB

Indicates the average number of procedures per job.

STEPS PER PROC

Indicates the average number of steps per procedure.

STEPS PER JOB

Indicates the average number of steps per job.

DDS PER STE

Indicates the average number of DD statements per step