IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to transfer data from one screen to another?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Manivannan

New User


Joined: 07 Apr 2005
Posts: 11
Location: Bangalore

PostPosted: Mon Apr 18, 2005 8:40 pm
Reply with quote

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
View user's profile Send private message
sarma Kappagantu

New User


Joined: 17 Mar 2005
Posts: 22
Location: Bangalore

PostPosted: Wed Apr 20, 2005 6:53 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top