START_COMMAND - OMS Component Definition option
Description
The START_COMMAND option specifies the full path name (member name for z/OS) of the OMS 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 | HP NonStop | 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 OMS Server program.
options is the optional list of command line options.
z/OS
member is the program object of the OMS 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, member can be the fully specified path of a USS external link to the UAG Server program. The external link must be owned by UID 0.
options is not a valid value.
UNIX
name is the full path name of the OMS Server program.
Windows
name is the full path name of the OMS Server program. This name is defined at installation; it is not modifiable from the Universal Configuration Manager.