View previous topic :: View next topic |
Author |
Message |
sarvach Beginner
Joined: 27 Jul 2005 Posts: 4 Topics: 2
|
Posted: Wed Jul 27, 2005 10:57 am Post subject: ims to db2 conv, changes needed to psb |
|
|
in our company we are converting IMS databases to DB2 and we made decision to not change any parameters in calling chain( eg: call 'aaaaa' using pcb-io, pcb-mem-info). so i like to know do i need to change our existing psb to say dbdname=dummy or just leave every thing as is. we are writing new i\o modules which will call db2 databases instead of IMS. any info is appreciated. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Jul 27, 2005 12:33 pm Post subject: |
|
|
sarvach,
why not simply comment out the code that does the IMS call?
fyi.. you don't have to dummy out the DBDNAME in the PSB.
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
sarvach Beginner
Joined: 27 Jul 2005 Posts: 4 Topics: 2
|
Posted: Wed Jul 27, 2005 1:05 pm Post subject: |
|
|
kolusu wrote: | sarvach,
why not simply comment out the code that does the IMS call?
fyi.. you don't have to dummy out the DBDNAME in the PSB.
kolusu |
we are going to drop databases and calls but i am not sure what else we need to change at minimum level. do we need to take out the existing pcb-adresses in 'call' statement. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Jul 27, 2005 2:25 pm Post subject: |
|
|
Quote: |
we are going to drop databases and calls. do we need to take out the existing pcb-adresses in 'call' statement.?
|
When you are dropping the "call" statements , then why bother about taking out the existing pcb-address?
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
sarvach Beginner
Joined: 27 Jul 2005 Posts: 4 Topics: 2
|
Posted: Thu Jul 28, 2005 3:20 pm Post subject: |
|
|
kolusu wrote: | Quote: |
we are going to drop databases and calls. do we need to take out the existing pcb-adresses in 'call' statement.?
|
When you are dropping the "call" statements , then why bother about taking out the existing pcb-address?
kolusu |
i am sorry i gave you wrong info. we are not dropping any calls or changing its parameters(pcb-addresses), we decided just to drop databases and we are only dropping few of current databases leaving some of them still to be on IMS. |
|
Back to top |
|
 |
|
|