|
|
| Author |
Message |
Manivannan
New User
Joined: 07 Apr 2005 Posts: 11 Location: Bangalore
|
|
|
|
hi all,
In CICS how to transfer data from one screen to another.Basically i want to cary over my data from one screen to the next screen.It could be done using COMMArea.Explanation with sample code would be of much help.
thanks for youre reply in advance.
regards
Mani. |
|
| Back to top |
|
 |
References
|
Posted: Mon Apr 18, 2005 8:40 pm Post subject: Re: How to transfer data from one screen to another? |
 |
|
|
 |
sarma Kappagantu
New User
Joined: 17 Mar 2005 Posts: 22 Location: Bangalore
|
|
|
|
I think, you want to read data from one screen and then want to send it to some other screen, so that it can be displayed there.
In transaction 1: READ MAP, Move MAP I variables into COMMAREA.
In transaction 2: Move COMMAREA variables into MAP O variables, SEND MAP.
Regards,
Sarma. |
|
| Back to top |
|
 |
|
|