1. Home
  2. ENDJOB directive

ENDJOB directive

Ends a Genstat job.

No options or parameters

Description

A Genstat program can be split up into individual jobs. These can each be terminated by the ENDJOB directive. Full details are given in the description of the JOB directive, which can be used to start a new job.

Options: none.

Parameters: none.

See also

Directives: JOB, STOP.

Commands for: Program control.

Example

" Example 1:5-1-2 "
JOB 'Example of ENDJOB message'
PRINT 'This job just prints this message.'
ENDJOB
Updated on March 8, 2019

Was this article helpful?