CALL “CBL_RUNTIME_ERROR” using by value error-flags by reference error-message
Using call prototype (see Key) | Picture | |
---|---|---|
error-flags | cblt-x4-comp5 | pic x(4) comp-5. |
error-message | pic x(n) | pic x(n). |
error-flags | Must be zero. |
error-message | An optional null-terminated error message to be outputted after a run-time message. To produce no additional message, pass the reserved word OMITTED instead. |
None.
Comments:
The call will terminate the application with a run-time error COBRT150 Program abandoned at user request, with the error-message text appended, if supplied.