View previous topic :: View next topic
|
Author |
Message |
Twinkle22
New User
Joined: 31 Jan 2020 Posts: 4 Location: India
|
|
|
|
Hi,
I have a cobol db2 program and have used 2 cursors. I want to implement restart logic using the cursor name. How to get the cursor name in the restart-key?
Declare First_csr cursor
Declare second_csr_cursor
Now if restart-ind=Y, how do i obtain the cursor name from the restart area? |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3074 Location: NYC,USA
|
|
Back to top |
|
|
|