Hi, I am trying to run a MVS JCL job and it keeps abending on a COBOL program saying No Active Module Found - I have tried to look this error up on the Internet with no success - does anybody have any suggestions?
Just check whether the load module of the program is available in the library specified in the Joblib/Steplib of your JCL that is executing the program. If it is not available just copy the load module and put it in the library and try again
there are 2 chances of getting this error:
1) u didnt compile the program or the program compiled with errors.
2) the PDS for the loadlib is pointing to the wrong location.
if u use any version controlling tool such as Endevor, make sure that the PDS for the loadlib is pointing to the correct version.
Hi,
If you are using tool like xpeditor, then there are 2 reasons.
1. Compile(XPED) options should be specified correctly.
2. lOADLIB not correctly contracted / Specified
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.