Previous Topic: RANGE Command-Set Criteria to IncludeNext Topic: SELECT Command-Specify Identifiers


RUN Command-Begin Processing and Printing Reports

The RUN command ends the interpretation of commands and begins the processing and printing of reports.

Make the RUN command the last command in your job stream. Any commands after the RUN command are ignored.

This command has the following syntax:

RUN

Example: RUN Command

The following is an example of the RUN command in a job stream:

TITLE1 REPORT1
PLOT variable
  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