START_COMMAND - UDM Component Definition option
Description
The START_COMMAND option specifies the full path name (member name for z/OS) of the Universal Data Mover (UDM) Server program.
Optionally, START_COMMAND also can specify command line options.
Note
START_COMMAND is required in a component definition.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Component Definition Keyword | start_command member or start_command name[options] |
|
|
|
|
Values
member / name is the full path name of the UDM Server program.
options is the optional list of command line options.
IBM i | name is the qualified name of the UDM Server program. The default is *LIBL/UDMSRV. |
---|---|
UNIX | name is the full path name of the UDM Server program. |
Windows | name is the full path name of the UDM Server program. This name is defined at installation; it is not modifiable from the Universal Configuration Manager. |
z/OS | member is the program object of the UDM Server. The program object must be in the Universal Broker's search order for loading program objects. The default location is the SUNVLOAD library allocated to the Universal Broker's STEPLIB ddname. Alternatively, starting with Universal Broker 5.1.0.4, member can be the fully specified path of a USS external link to the UDM Server program. The external link must be owned by UID 0. |
options is not a valid value.