Category:Error Handling Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The following are statements which can be used to handle errors.")
 
No edit summary
Line 1: Line 1:
The following are statements which can be used to handle errors.
{{:Error Handling Statements}}

Revision as of 22:04, 6 February 2013

Continue (CO)

Used at the end of an error processing routine to transfer control to the first executable statement following the statement causing the error (see also RETRY).

Exit (EXI)

Transfers control to the indicated line when an unspecified error occurs.

On Error

Requests the system to transfer control to the operator, to another program line, or to ignore the error when a specified error condition occurs.

Retry (RETR)

Used at the end of an error processing routine to transfer control to the statement causing the error (see also CONTINUE).


Pages in category "Error Handling Statements"

The following 4 pages are in this category, out of 4 total.