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

To Pass data between two programs


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

New User


Joined: 14 Jan 2007
Posts: 33
Location: USA

PostPosted: Mon Aug 04, 2008 7:28 pm
Reply with quote

Hello-

What CICS functions can I use to pass data between two programs which are running in two different CICS regions?.

Advance thanks for your time.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon Aug 04, 2008 8:07 pm
Reply with quote

commarea or temporary storage queues
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Aug 04, 2008 8:17 pm
Reply with quote

i remember something about SEND / RECIEVE and remote queues triggering a program.
Back to top
View user's profile Send private message
Jeya Raj

New User


Joined: 14 Jan 2007
Posts: 33
Location: USA

PostPosted: Mon Aug 04, 2008 8:28 pm
Reply with quote

Thanks Earl.

Isn't TSQ used to pass data between programs which are running in the same region?
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon Aug 04, 2008 10:14 pm
Reply with quote

TSQ can be used cross region with SYSID option
Back to top
View user's profile Send private message
kanishk100

New User


Joined: 03 Oct 2007
Posts: 2
Location: Delhi

PostPosted: Tue Aug 12, 2008 7:40 pm
Reply with quote

I think If we will use TDQ(Transient data queue) then we can achieve the goal...
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Tue Aug 12, 2008 8:12 pm
Reply with quote

why not just perform ?

EXEC CICS LINK ('PROGNAME')
COMMAREA (WS-COMMAREA)
LENGTH (WS-LENGTH)
SYSID (REMOTE-SYSID)
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 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
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top