IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Multiple Load Libraries


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raghs_sir

New User


Joined: 19 Jul 2005
Posts: 9
Location: Chennai

PostPosted: Thu Nov 29, 2007 11:06 am
Reply with quote

Hi,

I have a CLIST which runs a COBOL program. The COBOL program in turn, is executing modules which are present in the different load library than the one in which the cobol program is.

Currently the CLIST abends with S806 because of not finding subsequent load modules. In JCL we can concatenate the load libs in either JOBLIB or STEPLIB, but how do we do it in CLIST?

e.g.
CALL 'A.B.C(XYZ)'
but program XYZ calls a sub routine JFK present in library P.Q.R and my program abends not finding JFK in A.B.C
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Nov 29, 2007 12:01 pm
Reply with quote

Try ISPEXEC LIBDEF ISPLLIB.

O.
Back to top
View user's profile Send private message
raghs_sir

New User


Joined: 19 Jul 2005
Posts: 9
Location: Chennai

PostPosted: Thu Nov 29, 2007 1:06 pm
Reply with quote

Hi Ofer,

What's the full syntax? It is giving me syntax errors icon_sad.gif
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Nov 29, 2007 1:10 pm
Reply with quote

Take a look at the ISPF Services Guide.

O.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts How to load to DB2 with column level ... DB2 6
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top