FUSSENDT

You can use the FUSSENDT exec to queue a request to send a text file to a remote partner.

The FUSSENDT exec is identical to the FUSSEND exec, except that the platform server automatically adds the following configurations:

  • TYPE=TEXT: indicates that the platform server converts the data from EBCDIC to ASCII if the data is received by an ASCII based 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 FUSSEND and FUSSENDT execs are identical.

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

Example

The following example shows how to use the FUSSENDT exec to send a text file to a remote partner:

FUSSENDT NODE=SNANODE LF=LOCAL.FILE1 RF=C:\FUSSEND.TXT INTERVAL=3 WAIT SAY

Note: The FUSSEND exec and the FUSSENDT exec examples perform exactly the same transfer.