Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Command sequence for starting ONLINE-PRIVACY

It is assumed for the command sequence described here that UDS/SQL was installed with IMON (see section "START commands for the UDS/SQL programs").

01 /SELECT-PRODUCT-VERSION PRODUCT-NAME=UDS-SQL,VERSION=version

02 /SET-FILE-LINK LINK-NAME=DATABASE,FILE-NAME=configurationname

03 /START-UDS-ONLINE-PRIVACY

04 OPEN-DATABASE DATABASE-NAME=dbname

05 other online-privacy statements

06 END

Explanation

01

Use the SELECT-PRODUCT-VERSION command to specify which UDS/SQL version is to be used since more than one UDS/SQL version may be installed in parallel with IMON in the Software Configuration Inventory (SCI) and more than one version of the UDS/SQL subsystem may be loaded.

02

You assign the configuration name FILE-NAME=configurationname via the link name DATABASE with the SET-FILE-LINK command.
The UDS/SQL configuration that is to work with ONLINE-PRIVACY and that the database to be processed is attached to must be made known to the system using this command.

03

ONLINE-PRIVACY must run under the user ID under which the database to be processed was created. If this is not the case, then access to the database is rejected by the DBH with status code 901.

04

You specify the database to be processed with the OPEN-DATABASE DATABASE-NAME=... statement. In contrast to the BPRIVACY utility routine, this statement must be specified when ONLINE-PRIVACY is used.
You can only process a single database in each ONLINE-PRIVACY run.
You cannot access a database in a remote configuration via UDS-D with ONLINE-PRIVACY.