Error Handling Statements: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
;[[Retry]] (RETR) | ;[[Retry]] (RETR) | ||
Used at the end of an error processing routine to transfer control to the statement causing the error (see also CONTINUE). | Used at the end of an error processing routine to transfer control to the statement causing the error (see also CONTINUE). | ||
<noinclude> | |||
[[Category:Summary of Statements]] | |||
</noinclude> |
Latest revision as of 01:12, 16 July 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.
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).