PL/I · Message ID
What does CEE3503S: The Load Request for Module module-name Was Unsuccessful mean in PL/I?
Language Environment located the target module but the load operation itself failed — often because the load module is corrupted, was compiled for an incompatible AMODE/RMODE, or the library became inaccessible at load time.
Language Environment located the target module but the load operation itself failed — often because the load module is corrupted, was compiled for an incompatible AMODE/RMODE, or the library became inaccessible at load time.
Check the system return and reason code accompanying the message, confirm the module's AMODE/RMODE is compatible with the caller, and try a fresh link-edit/bind of the target module.