Ignore

From BR Wiki
Revision as of 15:14, 6 August 2013 by Laura (talk | contribs) (Created page with "The '''IGNORE''' parameter causes the system to continue as if the error never happened. It is important to understand that the error-causing statement is terminated (not exec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The IGNORE parameter causes the system to continue as if the error never happened. It is important to understand that the error-causing statement is terminated (not executed) and normal processing continues with the next statement. This means that if an error occurs while ZDIV IGNORE is used for a WRITE statement, the record would not be written. The one exception to this no-execution rule for IGNORE is with the SOFLOW error condition; in this case the assigned string is truncated to its maximum and the statement is executed.

Used in the following statements: