...
The JCL procedure
UCMDPRC is used to execute the command. The command is sent to a remote system named
dallas for execution. The
UNVOUT DD specifies a local data set to use for the standard output of the remote command. The
-mode option (value
text) is used with the
ucopy command to force end-of-line character interpretation.
...
The SYSIN options used in this example are:
Option | Description |
---|
-script | DD from which to read a script file. The script file is sent to the remote system for execution. |
-encryptedfile | DD from which to read an encrypted command options file. |
-host | Directs the command to a computer with a host name of dallas. |
Components
Universal Command Manager for z/OS Universal Copy