ContentsIndexPreviousNext

ERRORS_OK

Normally, the runtime system will print a message and halt if a file error occurs and there is no AT END, INVALID KEY, or Declarative statement to handle it. By setting this value to "1" (on, true, yes), you cause the runtime to continue as if no error occurred. The default value is "0" (off, false, no).


Note: Generally, we do not recomment setting the value of ERRORS_OK to "1" (on, true, yes), thus enabling the runtime to ignore errors.