TRANS_TYPE={FILE | JOB | PRINT | COMMAND}
This parameter defines the type of transfer being sent or received.
The valid values are as follows:
- FILE: stores the contents of the file transfer in a file (default).
- JOB: sends the output of the file transfer directly to the system to be executed as a job.
- PRINT: sends the file that is being transferred directly to the print queue or spool on the remote side.
- COMMAND: indicates that the transfer is a command to be executed on the remote system. When you specify TRANS_TYPE=COMMAND, you must also specify one of the following parameters: REXXEXEC, CALLJCL, CALLPROG, or SUBMIT. The APPLICATION parameter must be FUSION or it must be completely left out when the REXXEXEC, CALLJCL, CALLPROG, or SUBMIT parameter is used. The DSN parameter is ignored when sending a command.
Copyright © Cloud Software Group, Inc. All rights reserved.