Universal Submit Job from Windows to IBM i
Universal Submit Job from Windows to IBM i
The following example illustrates the issuing of a command from Windows to remote IBM i as a parameter of USBMJOB.
ucmd -cmd "usbmjob cmd(dspsyssts)" -host ohio -userid usrid -pwd usrpwd
In this example, USBMJOB is submitted to the server running on the host ohio.
SYSIN Options
The SYSIN options used in this example are:
Option | Description |
---|---|
Universal Command command option (usbmjob). | |
Directs the command to a computer with a host name of ohio. | |
Remote user ID with which to execute the command. | |
Password for the remote user ID. |