XD_CMD - UCA for SOA command option

Description

The XD_CMD option specifies the operation to submit to the WebSphere XD environment.

XD_CMD is required if the PROTOCOL option is set to XDSOAP.

Usage

Method

Syntax

IBM i

HP NonStop

UNIX

Windows

z/OS

Command Line, Long Form

-xdcmd operation

(tick)

(tick)

Values

operation specifies the operation to submit to the WebSphere XD environment.

Valid values for operation are:

  • SUBMIT
    Used, along with the xJCL read from STDIN, to start workload within the XD environment. The xdcmd and xdcmdid values are returned on STDOUT after job submission for reference and correlation purposes.
    For example:
    UNV: 5050 - xdcmdid=0ca1af1d-0db6-41bf-9ce4-b91099797503 xdcmd=SUBMIT
    Note that the value shown for xdcmdid is the auto-generated value which is returned if -xdcmdid is not included, or is commented out, in the command options script.
  • RESTART
    Used to restart workload within the XD environment. You will need the command ID value passed in with the submit operation using the -xdcmdid option to restart the workload. Only workload that is indicated as "Restartable" in the XD environment can be restarted. The xJCL does not need to be read from STDIN on a restart as XD saves the xJCL with the job.

There is no default; a value must be passed.

See Cancelling an XD Operation for information on how to cancel a submit or restart operation.