Locate error while ruuning load module



IBM's flagship relational database management system

Locate error while ruuning load module

Postby rajnimara » Sat Nov 20, 2010 9:52 am

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
rajnimara
 
Posts: 2
Joined: Fri Nov 19, 2010 5:22 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Locate error while ruuning load module

Postby steve-myers » Sat Nov 20, 2010 9:55 am

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??
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Locate error while ruuning load module

Postby rajnimara » Sat Nov 20, 2010 12:37 pm

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
rajnimara
 
Posts: 2
Joined: Fri Nov 19, 2010 5:22 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Locate error while ruuning load module

Postby enrico-sorichetti » Sat Nov 20, 2010 12:54 pm

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
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
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Locate error while ruuning load module

Postby dick scherrer » Sun Nov 21, 2010 12:19 am

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.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to DB2

 


  • Related topics
    Replies
    Views
    Last post