Previous Topic: EACH Command-Define a Time PeriodNext Topic: EXCLUDE Command-Define Excluded Time Ranges


END Command-End a Report

Use the END command to end each report. Any commands after the END command are interpreted as applying to the next report. Omitting the END command between reports causes Report Writer to issue a message that you are using multiple report commands for one report.

This command has the following syntax:

END

Example: End Command

The following is an example of the use of the END command:

TITLE1 REPORT1
   PLOT variable1 AND variable2
       FROM 02/01/11 00.00.01
       TO   02/15/11 23.59.59
   END
 
TITLE1 REPORT2
PLOT variable
   SHIFT 17:00:00 01:00:00
END
.
.
.
 RUN