| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
Jeya Raj
Joined: 14 Jan 2007
Posts: 25
Location: USA
|
| Posted: Mon Aug 04, 2008 7:28 pm Post subject: To Pass data between two programs |
|
|
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 |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 219
|
| Posted: Mon Aug 04, 2008 8:07 pm Post subject: |
|
|
| commarea or temporary storage queues |
|
| Back to top |
|
dbzTHEdinosauer
Joined: 20 Oct 2006
Posts: 1639
Location: germany
|
| Posted: Mon Aug 04, 2008 8:17 pm Post subject: |
|
|
| i remember something about SEND / RECIEVE and remote queues triggering a program. |
|
| Back to top |
|
Jeya Raj
Joined: 14 Jan 2007
Posts: 25
Location: USA
|
| Posted: Mon Aug 04, 2008 8:28 pm Post subject: |
|
|
Thanks Earl.
Isn't TSQ used to pass data between programs which are running in the same region? |
|
| Back to top |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 219
|
| Posted: Mon Aug 04, 2008 10:14 pm Post subject: |
|
|
| TSQ can be used cross region with SYSID option |
|
| Back to top |
|
kanishk100
Joined: 03 Oct 2007
Posts: 2
Location: Delhi
|
| Posted: Tue Aug 12, 2008 7:40 pm Post subject: |
|
|
| I think If we will use TDQ(Transient data queue) then we can achieve the goal... |
|
| Back to top |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 219
|
| Posted: Tue Aug 12, 2008 8:12 pm Post subject: |
|
|
why not just perform ?
EXEC CICS LINK ('PROGNAME')
COMMAREA (WS-COMMAREA)
LENGTH (WS-LENGTH)
SYSID (REMOTE-SYSID) |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|