0211: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
No edit summary
 
Line 1: Line 1:
{{Error
{{Error
|0211
|0211
|Retry or Continue attempted
|[[Retry]] or [[Continue]] attempted
|The program specifies a RETRY or CONTINUE statement when no previous error has occurred.
|The program specifies a Retry or Continue statement when no previous [[error]] has occurred.
|Correct the program logic so that RETRY and CONTINUE are used only after an error has occurred.
|Correct the program logic so that Retry or Continue are used only after an error has occurred.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 12:41, 23 January 2016

Summary:

Retry or Continue attempted

Cause:

The program specifies a Retry or Continue statement when no previous error has occurred.

Remedy:

Correct the program logic so that Retry or Continue are used only after an error has occurred.