Next: 10.3 Restarting a job Up: 10 PROGRAM CONTROL Previous: 10.1 Starting a job


10.2 Ending a job (--)

The end of the input is signaled by either an end of file, or a

--

card. All input following the -- card is ignored.

Alternatively, a job can be stopped at at some place by inserting an EXIT card. This could also be in the middle of a DO loop or an IF block. If in such a case the -- card would be used, an error would result, since the ENDDO or ENDIF cards would not be found.



molpro@molpro.net
Oct 10, 2007