Previous Topic: Write A ReportNext Topic: Tailor Reports Using Secondary Commands


Write Multiple Reports

You can generate your report in more than one format. Use the following procedures to write multiple reports in a single run.

Follow these steps:

  1. End each set of report commands with the END command.
    GRAF variable
    END
    
    PLOT variable
    END
    
  2. Specify the RUN command following the END command for the last report.
    PLOT variable
    END
    RUN
    

    Your graph and plot reports are run.

Note: Each historical report must be run as a single report in a separate run. In other words, you cannot specify another primary report command (such as TAB or PLOT) in a job stream with the FLASHBACK command.

Example: Commands to Write GRAF and PLOT Reports

The following are the minimum commands to write a GRAF report and a PLOT report:

GRAF variable
END
 
PLOT variable
END
RUN

Each GRAF and PLOT report includes an END command.