0230: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 17:46, 28 June 2013

Summary:

Not an Exit statement

Cause:

An I/O statement specifies the EXIT error condition, but the program line referenced after EXIT does not contain an Exit statement.

Remedy:

Change the EXIT parameter's line number to match the EXIT statement.