Previousregister Up
Exceptionmanager
registermessagestringNext

Exceptionmanager Method registermessagefile

Register message file with a range of error numbers, so if an exception is raised on a number within the range the exception handler knows which file to open to retrieve the error message text. Returns the offset to which error numbers for that file should be added before invoking the exception handler It is assumed that the error numbers in each file will be less than 65536.

Using Parameters
lbrname PIC X(6)
filename PIC X(8)
Returning Parameter
msgoffset PIC S9(9) COMP-5