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