Page 1 of 1

Locate error while ruuning load module

PostPosted: Sat Nov 20, 2010 9:52 am
by rajnimara
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.




Regards
Rajni

Re: Locate error while ruuning load module

PostPosted: Sat Nov 20, 2010 9:55 am
by steve-myers
I presume the data set where the module is located is specified in a STEPLIB or JOBLIB in the JCL used to run the job??

Re: Locate error while ruuning load module

PostPosted: Sat Nov 20, 2010 12:37 pm
by rajnimara
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

Regards
Rajni

Re: Locate error while ruuning load module

PostPosted: Sat Nov 20, 2010 12:54 pm
by enrico-sorichetti
what has all this to do with c/c++

it' s a db2 related questions,
just clone a working jcl, there should be some in Your organization
or ask Your peers, or Your support

JCL' s vary from organization to organization

anyway for all You might want to know about db2 issues ...
http://publibz.boulder.ibm.com/cgi-bin/ ... s/DSNSHKA3

Re: Locate error while ruuning load module

PostPosted: Sun Nov 21, 2010 12:19 am
by dick scherrer
Hello,

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).

This is being moved to the db2 part of the forum.