Operations Cookbook
The section describes the operations that you might perform and the related procedures.
Run a CICS transaction ID with other than SXEX.
Program yyyyyyyy then runs in the SOR with transaction ID xxxx.
Run a CICS program with SXEX on a different CICS region from the one to which Substation ES connects.
- In the recipe, set Trans to blank, Program to yyyyyyyy, MOI to 2, and User Tran to N.
- Define ProgramName yyyyyyyy in the AOR.
- Define the transaction SXEX in the AOR with the program DFHMIR.
- Define ProgramName
yyyyyyyy in the SOR with RemoteSystem
zzzz and RemoteName
yyyyyyyy.
TRANSID is ignored in this situation.
Program yyyyyyyy then runs in the AOR with transaction ID SXEX.
Run a CICS program with a transaction ID other than SXEX on a different CICS region from the one to which Substation ES connects.
Program yyyyyyyy then runs in the AOR with transaction ID xxxx.
Run a CICS program with Containers and a transaction ID other than SXEX on a different CICS region from the one to which Substation ES connects.
Program yyyyyyyy then runs in the AOR with transaction ID xxxx.
Run a CICS program with Containers and transaction ID SXEX on a different CICS region from the one to which Substation ES connects.
Program yyyyyyyy then runs in the AOR with transaction ID SXEX.
Run a CICS program with a Storage Pointer and a transaction ID other than SXEX on a different CICS region from the one to which Substation ES connects.
Substation ES does not support this configuration because a storage pointer is passed. Consider wrapping the business application program with a new application program that receives and sends data with Containers.
Run a CICS program with a Storage Pointer and transaction ID SXEX on a different CICS region from the one to which Substation ES connects.
Substation ES does not support this configuration because a storage pointer is passed. Consider wrapping the business application program with a new application program that receives and sends data with Containers.
Run a CICS program with TSQ and a transaction ID other than SXEX on a different CICS region from the one to which Substation ES connects.
- In the recipe, set Trans to xxxx, Program to yyyyyyyy, MOI to 12, and User Tran to Y.
- Define ProgramName yyyyyyyy in the AOR.
- Define ProgramName
yyyyyyyy in the SOR with RemoteSystem
zzzz and RemoteName
yyyyyyyy.
TRANSID is ignored in this situation.
- In the AOR, define TSQMODEL for SXCW+, sending the request to the SOR.
Program yyyyyyyy then runs in the AOR with transaction ID xxxx.
Run a CICS program with TSQ and transaction ID SXEX on a different CICS region from the one to which Substation ES connects.
- In the recipe, set Trans to blank, Program to yyyyyyyy, MOI to 12, and User Tran to N.
- Define ProgramName yyyyyyyy in the AOR.
- Define ProgramName
yyyyyyyy in the SOR with Remote System
zzzz and RemoteName
yyyyyyyy.
TRANSID is ignored in this situation.
- In the AOR, define TSQMODEL for SXCW+, sending the request to the SOR.
Program yyyyyyyy then runs in the AOR with transaction ID SXEX.