START_COMMAND - UAG Component Definition option
Description
The START_COMMAND option specifies the full path name (member name for z/OS) of the UAG 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 UAG Server program.
options is the optional list of command line options.
UNIX | name is the full path name of the UAG Server program. |
---|---|
Windows | name is the full path name of the UAG 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 UAG 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 UAG Server program. The external link must be owned by UID 0. |