View previous topic :: View next topic |
Author |
Message |
sanat Beginner
Joined: 15 Feb 2003 Posts: 11 Topics: 7 Location: chennai
|
Posted: Thu May 08, 2003 8:59 am Post subject: CICS DB2 Program technique |
|
|
Hi,
I have to write a CICS programto browse a table. Since I will be using Pseudoconversation technique, when the RETURN TRANSID is issued, the program will close the cursor. In between fi I have opted for a page down, do I have to open the cursor again and fetch until the last record browse is crossed ?
Is there any other way of efficient coding? Can the cursor be kept open in an RETURN TRANSID command?
Thanks,
Sanat. |
|
Back to top |
|
|
Glenn Beginner
Joined: 23 Mar 2003 Posts: 56 Topics: 3
|
|
Back to top |
|
|
ravii_cbe Beginner
Joined: 28 Mar 2003 Posts: 6 Topics: 5 Location: Chennai
|
Posted: Mon Jun 02, 2003 9:02 am Post subject: |
|
|
By using scrolling program U can avoid the problem. First you fetch all the records and write it in a TSQ. By using item option you can read the perticular record. _________________ Thanks & Regards
M. RaviShankar |
|
Back to top |
|
|
|
|