Previous Topic: Output ModulesNext Topic: Selecting Input


Running Reports

Reports are requested by including the CA Endevor/DB global fields module (NDVRPT00), the company name (NDVRNAME), the input specification (NDVRRxxx), and the output specification (NDVRPTnn) indicating the desired reports. Optional selection criteria can also be applied to all reports. The =COPY command is used to include modules into an CA Culprit run. CA Endevor/DB allows you to run reports separately or in groups for substantial time savings.

To run a single report, modules must be specified as follows in the SYSIN data set:

=COPY NDVRPT00
=COPY NDVRNAME
=COPY NDVRRxxx               (input module)
=COPY NDVRPTnn               (output module)

To run multiple reports during a single session, list each report using an output specification (NDVRPTnn) as follows:

=COPY NDVRPT00
=COPY NDVRNAME
=COPY NDVRRxxx               (input module)
=COPY NDVRPTnn               (output modules)
=COPY NDVRPTnn          .
        .                                       .
        .                                       .
        .                                       .