FUSRECVT

You can use the FUSRECVT exec to queue a request to receive a text file from a remote partner.

The FUSRECVT exec is identical to the FUSRECV exec, except that Fusion automatically adds the following configurations:

  • TYPE=TEXT: informs the platform server to convert the data from ASCII to EBCDIC if the data is received from an ASCII system.
  • CRLF=YES: indicates that the records must be delimited by CRLF (Carriage Return/Line Feed).

When sending data between TIBCO MFT Platform Server for z/OS nodes, the FUSRECV and FUSRECVT execs are identical.

The parameters used with the FUSRECVT exec are the same as those used with the FUSRECVT exec. For more information about the parameters, see FUSRECV.

Example

The following example shows how to use the FUSRECVT exec to receive a file from a remote partner:

FUSRECVT IPADDR=127.127.127.1 IPPORT=46464 LF=LOCAL.FILE.RECV1 RF=C:\FUSRECV1.TXT INTERVAL=3 WAIT SAY
Note: The FUSRECV exec and FUSRECVT exec examples perform the same exact transfer.