View previous topic :: View next topic |
Author |
Message |
sierra Beginner
Joined: 26 Feb 2003 Posts: 1 Topics: 1
|
Posted: Wed Feb 26, 2003 4:56 pm Post subject: Maintain cursor position in IMS BMP after checkpoint |
|
|
I've got an IMS BMP transaction that accesses DB2. There are a number of DB2 cursors declared 'with hold' in the program. I've added IMS checkpoint-restart logic to the program and the program doesn't seem to be holding the position on the cursors after the commits.
I've seen examples of DLI batch programs that do this correctly. Should I be able to do the same thing in a BMP transaction? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu Feb 27, 2003 12:02 am Post subject: |
|
|
sierra,
you should able to hold the position of the cursor after taking the checkpoint in a BMP program.Put display statements in the program before and after taking a checkpoint and check with the subsequent fetch.
Hope this helps...
cheers
Kolusu |
|
Back to top |
|
|
|
|