What is a Store and Forward transfer? When to use it and how it works. How to determine the success of a Store and Forward Transfer.
XCOM Data Transport has the ability to transfer a file from one platform through a mainframe to a third destination. XCOM must be installed on all three platforms. This is useful in instances where there is no connectivity between platforms or transfers are between SNA and TCPIP only platforms. An indirect transfer is initiated on non-mainframe platform through a mainframe platform to a final destination. CA XCOM does not support indirect transfers initiated from the mainframe.
Release: XCOM for z/OS, Unix, Linux, AS/400
XCOMPSO.D93314.T052233.X0000001
There is no automatic, in-built method of ensuring the final success or failure of an indirect transfer. Here are 2 methods you can use to find out.
A) Use the mainframe as the focal point of "information gathering and distribution" Use any method to capture appropriate XCOM messages from the MVS SYSTEM LOG ... examples might be- XCOMM0141i, XCOMM0137i and XCOMM0147i
The XCOMM0137i comes with ID=INDIRECT for all indirect transfers and this is a convenient "label" by which to capture all indirect transfers and to report upon the final success or failure. XCOM on MVS has information regarding the incoming and outgoing legs of the indirect transfer. Any method of data capture or analysis may be used, since the information may be collected from the system log, or the XCOM history log, or using SMF records. SMF recording is an XCOM option. The final stage might be to send a file to one, or both AS/400s indicating that the transfer was or was not successful.
B) Use the initiating and target systems, AS/400 to AS/400 in this instance, for information gathering and distribution. If you do not want to rely on the mainframe, but want to manage the entire process from AS/400, you can use XCOM to do your usual indirect transfer, then follow it up with a SEND JOB, where the "job" runs on the target AS/400, and collects messages, or checks the existence of the file on the remote system and then uses XCOM to return a message back to the initiating system.