/
Specifying UCMD for zOS Options with the EXEC PARM
Specifying UCMD for zOS Options with the EXEC PARM
Specifying UCMD for z/OS Options with the EXEC PARM
This example demonstrates how to specify UCMD options using the EXEC statement PARM keyword.
UCMD Manager reads its options typically from the SYSIN ddname, but options can be specified on the EXEC statement PARM keyword as well. Options specified as PARM values override options specified on the SYSIN ddname.
The UCMDPRC JCL procedure provides the symbolic parameter UPARM to specify the options. The example sets the UCMD Manager message level to a value of audit using the -level option.
//jobname JOB CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID //* // JCLLIB ORDER=SBI.UNV.SUNVSAMP //* //STEP1 EXEC UCMDPRC,UPARM='-level audit' //SYSIN DD * -cmd command -host hostname -userid username -pwd password
SYSIN Options
Option | Description |
---|---|
Command to be executed on the remote system. | |
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. |
Components
Universal Command Manager for z/OS
, multiple selections available,
Related content
Specifying UCMD for zOS Options with the EXEC PARM
Specifying UCMD for zOS Options with the EXEC PARM
More like this
Specifying UCMD for zOS Options with the EXEC PARM
Specifying UCMD for zOS Options with the EXEC PARM
More like this
Specifying UCMD for zOS Options with the EXEC PARM
Specifying UCMD for zOS Options with the EXEC PARM
More like this
Specifying UCMD for zOS Options with the EXEC PARM
Specifying UCMD for zOS Options with the EXEC PARM
More like this
Override zOS Standard Files with Procedure Symbolic Parameters
Override zOS Standard Files with Procedure Symbolic Parameters
More like this
Override zOS Standard Files with Procedure Symbolic Parameters
Override zOS Standard Files with Procedure Symbolic Parameters
More like this