WORKING_DIRECTORY - UBROKER Component Definition option
Description
The WORKING_DIRECTORY option specifies the full path name of the directory used as the working directory of the component.
Note
WORKING_DIRECTORY is required in a component definition.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Component Definition Keyword | working_directory directory |
Values
directory is the full path name of the working directory.
Default is ( . ).
IBM i | working_directory serves as a required placeholder only. Do not change its value. |
---|---|
UNIX | Relative path names are relative to the Universal Broker working directory. Full path names are recommended. |
Windows | Relative path names are relative to the Universal Broker working directory. Full path names are recommended. |
z/OS | The path is the z/OS UNIX path used as the working directory of the component. |