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

How to specify load library for a called program


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ranjitbhingare

New User


Joined: 30 Nov 2005
Posts: 94
Location: PUNE

PostPosted: Thu May 11, 2006 1:02 am
Reply with quote

Hi,

I am calling a batch program from a CICS-COBOL program by using Call statement.

I want to know how to specify the load library for the called program so that my cics program takes the load module only from that particular library.

Thanks,

Ranjit...
Back to top
View user's profile Send private message
mallikiran

New User


Joined: 07 Sep 2005
Posts: 49

PostPosted: Thu May 11, 2006 8:25 pm
Reply with quote

I think the load module of the program should be present in the one of load libraries listed in the DDNAME //DFHRPL. You can find //DFHRPL in the job that brings up your CICS region.

Normally in a test environment you would have all the test libraries concatenated at the top and the production libraries at the bottom. Select your library accordingly.
Back to top
View user's profile Send private message
ranjitbhingare

New User


Joined: 30 Nov 2005
Posts: 94
Location: PUNE

PostPosted: Fri May 12, 2006 2:29 pm
Reply with quote

Thanks for the reply.


But we do not have access to that job. Is there anyway to specify a load library from CICS for a called program ?


Thanks & Regards,

Ranjit....
Back to top
View user's profile Send private message
mallikiran

New User


Joined: 07 Sep 2005
Posts: 49

PostPosted: Tue May 16, 2006 3:38 am
Reply with quote

No. you cannot specify the load library in the program.

Regarding the JCL, you may not have access to it, but what you can do is go to SDSF (or it's equivalent in your installation), type PRE "CICSREGI", where CICSREGI is the name of your region, hit enter and then type the command OWNER * and hit enter again. You will see a job running with the name of your CICS region. You can see the JCL over here.
Back to top
View user's profile Send private message
ranjitbhingare

New User


Joined: 30 Nov 2005
Posts: 94
Location: PUNE

PostPosted: Tue May 16, 2006 2:40 pm
Reply with quote

Thanks a lot!


You have been most helpful
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts Calling an Open C library function in... CICS 1
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top