AVZ0903E ERROR 43 reqtype caller, LINE lineno: ROUTINE routine NOT FOUND

Explanation

While compiling a REXX program, the REXX interpreter could not locate a routine called by the main program or called by one of its subroutines.

User response

Check the calling program (described in this message) to make sure that the subroutine name is spelled correctly. If spelling is correct, the missing routine must be added to a library allocated to the SYSEXEC ddname or to the same library in which the calling program resides.

=