View previous topic :: View next topic
|
Author |
Message |
cnop042
New User
Joined: 21 Oct 2020 Posts: 1 Location: china
|
|
|
|
Hi All,
I want to define an transaction ID in Region A, and this transaction can start an program in remote Region B. I want to know how to define the transaction and the program in regions. Do i need to define them in both regions? |
|
Back to top |
|
|
Garry Carroll
Senior Member
Joined: 08 May 2006 Posts: 1204 Location: Dublin, Ireland
|
|
|
|
A quick look at the manual shows that, in the DEFINE TRANSACTION, you can specify REMOTESYSTEM and REMOTENAME rather than PROGRAM. In the remote system, you define with program name as normal.
This allows you to start, say, transaction AAAA in one region to execute transaction BBBB in another region (if desired) .
Garry. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
Back to top |
|
|
Alberto De Magistri
New User
Joined: 10 Feb 2021 Posts: 2 Location: Italy
|
|
|
|
You can use Dynamic Routing TRANSACTION too... to rotate your remote task over more the one cics ,-) try it. Or you can execute a Start TRANSACTION xxx sysid yyyy where yyyy is the connection name to te remote cics. There are several manners to do it.
Cheers |
|
Back to top |
|
|
|