Table of Contents Previous Next PDF


Inbound Transaction Routing

Inbound Transaction Routing
This section discusses the following topics:
Overview
CICS transaction routing allows terminals connected to one CICS system to run with transactions in another connected CICS system. This means that you can distribute terminals and transactions around your CICS systems and still have the ability to run any transaction with any terminal.
This feature aims that TMA SNA supports inbound terminal initiated transaction routing in MF CICS/ART CICS integration, in such a scenario, MF CICS can only be TOR and ART CICS can only be AOR.
Figure 8‑1 Inbound Transaction Routing Support Configuration
Configuration
Transactions can be triggered from a TOR terminal and run on AOR; the execution process is exactly as same as it running local.
MF CICS Configuration
1.
2.
3.
ARTCICS and TMA SNA Configuration
1.
Configure ARTCICS servers and GWSNAX server in the UBBCONFIG file.
2.
Create a DMCONFIG for TMA SNA, and define ARTSTRN exported services in the DM_EXPORT section, which corresponds to the TOR-invoked transactions.
"CONV=Y" is mandatory here because ARTSTRN is a conversational server.
3.
Example(s)
Figure 8‑2 shows a typical example.
Figure 8‑2 Example 1
There is a TOR with terminals on mainframe, and an ART AOR on open system, they communicate each other via APPC connection provided by TMA SNA.
A pseudo conversation transaction HAI1 starts from a TOR terminal. This transaction is defined as a remote transaction on AOR, so TOR forwards the request to AOR. This causes the transaction to execute; the terminal and transaction exchange screen data via the transaction routing mechanism.
Configuration
1.
DEFINE TRANS(HAI1) GROUP(SIMPAPP) REMOTES(CR01)
DEFINE TRANS(HAI2) GROUP(SIMPAPP) REMOTES(CR01)
Note: CR01 is a CICA connection, which points to TMA SNA LU
2.
Services in TMA DMCONFIG
*DM_EXPORT
"HAI1" CONV=Y
"HAI2" CONV=Y
3.
HAI1;SIMPAPP;pg for simpapp;HANDAID
HAI2;SIMPAPP;pg for simpapp;HANDAID
4.
HANDABD;SIMPAPP; pg for simpapp; COBOL; ;ENABLED
Note:

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.