SET-ONLINE-UTILITY-PARAMETERS defines whether a connection is to be established to the independent DBH or to the linked-in DBH.
This SDF statement must be the first statement when the UDS online utility is used. It cannot be used again after this.
SET-ONLINE-UTILITY-PARAMETERS |
DBH = *INDEPENDENT / *LINKED-IN ,CONFIGURATION-NAME = <structured-name 1..17> |
DBH =
Specifies whether a connection is to be established to the independent DBH or to the linked-in DBH.
DBH = *INDEPENDENT
A connection is established to the independent DBH.
DBH = *LINKED-IN
A connection is established to the linked-in DBH. The option of using the linked-in DBH initially contradicts the availability objectives which are actually pursued with the UDS online utility. However, it is certainly conceivable that in concrete applications preference will be given to the high-speed and compact handling of UDS online utility functions, for example because use is to be made of an interruption of the independent session which is caused for other reasons.
CONFIGURATION-NAME = <structured-name 1..17>
Name of the database configuration which is to be used.
The syntax of the configuration name is checked. The connection modules are subsequently loaded dynamically and a connection is set up to the specified session. If this connection fails, the UDS online utility terminates and issues a message to this effect.