Override zOS Standard Files with Procedure Symbolic Parameters
Override z/OS Standard Files with Procedure Symbolic Parameters
This example demonstrates how to override the z/OS standard input, output, and error using the UCMDPRC procedure symbolic parameters.
The UCMDPRC procedure provides parameters STDIN, STDOUT, and STDERR for the allocation of the UNVIN, UNVOUT, and UNVERR ddnames, respectively.
SYSIN Options
Option |
Description |
Host name or IP address of the remote system on which to execute the script. | |
Remote user ID with which to execute the command. | |
Password for the user ID. | |
Command to execute on the remote system. |
Components
Universal Command Manager for z/OS