View previous topic :: View next topic |
Author |
Message |
madhuroyus Beginner
Joined: 09 Jan 2006 Posts: 45 Topics: 14 Location: Bangalore
|
Posted: Wed May 17, 2006 8:12 am Post subject: Retaining the Memory when another CICS program called |
|
|
Hi,
I need to write a new CICS program which will display a screen with page up/down options. So when user press a page down(PF7) or page up(PF8) key, I need to retain the current data and display the next/previous page.
In what are all ways I can retain the current/previous data of the screen?
Can some one please explain?
One more question I have, Is working storage section variables can retain the data when the program enters again and again?
Thanks
Madhu _________________ Self confidence is something that says U will do it, when the rest of the world has exactly opposite view. |
|
Back to top |
|
|
Manas Biswal Intermediate
Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Wed May 17, 2006 3:15 pm Post subject: |
|
|
madhuroyus,
This is a good starting point for you -
http://mvsforums.com/helpboards/viewtopic.php?t=5001&highlight=paging
Working storage variables are not retained in pseudoconversational programming. You have pass it thru COMMAREA and receive it in DFHCOMMAREA in the linkage section. Pls refer to any standard CICS manual for details.
Regards,
Manas _________________ There is no path to peace. Peace is the path.
- Mahatma Gandhi (1869-1948) |
|
Back to top |
|
|
|
|