EXEC={remote_command_to_execute}

This batch SYSIN parameter specifies a command or exec to be executed on the remote system.

Note: When this parameter is defined, TRANS_TYPE must be COMMAND; otherwise, error will occur and the transaction will not be queued.

This parameter is supported only when communicating with TIBCO MFT Platform Server for z/OS version 5.4 and above. If you supply parameters with the command exec to be executed, the entire string must be enclosed in double quotation marks. For example, EXEC="TESTEXEC parameters". When the remote system is z/OS, the command must be a REXX exec. When running on UNIX, it must be an executable UNIX command.

Note: If the DSN (or LFILE) parameter is defined, any output created by the remote exec will be saved in the file defined by that parameter. Only UNIX and Windows systems provide any output from command execution.