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

How to define transaction that trigger program in remote sys


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

New User


Joined: 21 Oct 2020
Posts: 1
Location: china

PostPosted: Thu Oct 22, 2020 7:12 am
Reply with quote

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

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Thu Oct 22, 2020 3:07 pm
Reply with quote

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

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Thu Oct 22, 2020 6:58 pm
Reply with quote

CICS intercommunication
Back to top
View user's profile Send private message
Alberto De Magistri

New User


Joined: 10 Feb 2021
Posts: 2
Location: Italy

PostPosted: Fri Feb 12, 2021 4:18 am
Reply with quote

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
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 Using API Gateway from CICS program CICS 0
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts Remote Unload of CLOB Columns DB2 6
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top