0211: Difference between revisions

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

Revision as of 17:46, 28 June 2013

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 and CONTINUE are used only after an error has occurred.