Messages Caused By Errors In User Procedures [ RJE User/Programmer Reference Manual ] MPE/iX 5.0 Documentation
RJE User/Programmer Reference Manual
Messages Caused By Errors In User Procedures
Messages issued as the result of a procedure error indicate that
something was wrong with a procedure that you specified in an RJE
command. A procedure error always causes a batch job to be terminated.
In an interactive session, after issuing the error message RJE displays #
on your terminal to prompt you for the next command.
Format of Procedure Error Message
The format of a procedure error message is:
*** PROCEDURE ERROR: xx
xx is a two digit error code. This code is described in the Loader
Errors table under MPE Diagnostic Messages in the MPE Intrinsics
Reference Manual or MPE XL Intrinsics Reference Manual.
Probable Causes of Procedure Errors
Either RJE could not find the specified procedure or something was wrong
with the procedure.
Recovery from Procedure Errors
Make sure that the procedure name which you used is correct, that you are
referencing the proper library, and that the procedure actually exists.
Then, examine the procedure itself and correct it.
MPE/iX 5.0 Documentation