View previous topic :: View next topic |
Author |
Message |
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Tue Nov 07, 2006 9:07 pm Post subject: Program to be used while accessing DB2 and Ims DB |
|
|
When we have to access the ims database alone ,we will be using the batch initalization module DFSRRC00(Region controller).Please tell me what program will be using when we e access both DB2 and Ims database?
I will be comfortable if you guys are able to give the JCL and some explanation on that.
Your help is appreciated!!
Kolusu, i have searched this forum ,before posting this question!!
thanks,
VJ |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Nov 08, 2006 9:36 am Post subject: |
|
|
vjkumk,
It does not matter if you use DB2 or Not. An IMS BMP program is invoked with DFSRRC00. The only difference is there will no Plan name in the PARM list.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed Nov 08, 2006 10:50 am Post subject: |
|
|
If you are running the program in DL/I mode, you need to code DSNMTV01 as the MBR name, but keep the PSB name as is. You will also need to code a DDITV02 card in the JCL to indicate the DB2 subsystem name as well as the application program and plan names.
For MPP and BMP, go with Kolusu's answer. |
|
Back to top |
|
|
vjkumk Beginner
Joined: 28 Sep 2005 Posts: 98 Topics: 33
|
Posted: Wed Nov 15, 2006 9:03 am Post subject: |
|
|
Kolusu & bithead ,thanks a lot.
Cheers,
VJ |
|
Back to top |
|
|
|
|