START_COMMAND - UCMD Component Definition option
Description
The START_COMMAND option specifies the full path name (member name for z/OS) of the UCMD 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 UCMD Server program.
options is the optional list of command line options.
IBM i | name is the UCMD Server program. If the program name is non-qualified, the library list *LIBL is searched. |
---|---|
UNIX | name is the full path name of the UCMD Server program. |
Windows | name is the full path name of the UCMD 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 UCMD 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 UCMD Server program. |
options is not a valid value.