Previous Topic: Secondary Report Commands

Next Topic: Write Multiple Reports

Write A Report

The following shows the minimum commands necessary to write one report:

primarycommand [variable]
 END
RUN
primarycommand

Defines the type of report. For example, a tabular or plot report.

variable

Specifies one or more Report Writer variables.

END

Indicates the end of the current report description.

RUN

Starts executing the report.