Hi all, I am Running a JCL, which uses a load module, compiled on earlier z/OS versions. the job is terminating with error: Not able to locate "module name" in dataset but the module exists any help will be appreciated.
Thanks for replying The dataset is not mentioned in the steplib or joblib it is mentioned in the JCL as below //SYSTSIN DD * DSN system(Db2 subsystem)- RUN PROGRAM(PGM NAME) PLAN(plan name)- PARM('X Y SG)- LIBRARY('DATASET NAME') END
cheers enrico When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser, so that I am sure that the information requested can be reached with a very small effort
Suggest you speak with a co-worker oa a dba for the proper execute jcl.
You will probably need a joblib or steplib as there are more libraries that need to be available (unless they are in the system linklist and are automatically included).