This section describes any configuration required that is specific to function shipping. See the section Common Configuration Tasks for configuration that is required for all types of intersystem communication.
You might need to do some specific configuration for outbound function shipping. There are two ways of ensuring that functions get shipped to a remote system:
EXEC CICS READ FILE(CUSTFILE) SYSID(HS01)
reads the file CUSTFILE which belongs to the remote system HS01.
EXEC CICS WRITEQ TD QUEUE(QUEUE01) SYSID(HS01)
writes to the transient-data queue QUEUE01 which belongs to the remote system HS01.
Table | Required Entry |
---|---|
FCT | The file to be accessed, specifying:
|
DCT | The TD queue that can be accessed by local transactions, specifying:
|
TST | The remote TS queue that can be accessed by local transactions, specifying:
|