PL/I · Message ID
What does CEE3501S: The Module module-name Was Not Found mean in PL/I?
A FETCH, dynamic CALL, or DLL load referenced a module name that Language Environment could not locate in any of the libraries it searched.
A FETCH, dynamic CALL, or DLL load referenced a module name that Language Environment could not locate in any of the libraries it searched.
Verify the module name and case exactly match the compiled member name, and confirm STEPLIB/library concatenation (or LIBPATH for z/OS UNIX) actually contains that load module.