error log
A file that receives a programs error information at run time. 4GL contains
some built-in functions that allow you to make entries in the error log: ERR_GET(
), ERR_PRINT( ), ERR_QUIT( ), ERRORLOG( ), and STARTLOG( ).
See also built-in function, error, error handling, status variable.