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 BPRIVACY

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,SCOPE=*TASK

02 [/ADD-FILE-LINK LINK-NAME=DATABASE,FILE-NAME=dbname.DBDIR]

03 /START-UDS-BPRIVACY

04  bprivacy-statements

05 END

Explanation

01

The version-dependent module of the linked-in DBH of the relevant version is loaded dynamically (see the section entitled "Compiling, linking and loading UDS/SQL-TIAM application programs" in the "Application Programming" manual).

02

If you assign the database using LINK-NAME=DATABASE, you must not specify the BPRIVACY statement OPEN-DATABASE.
If you do not assign the database using LINK-NAME=DATABASE, the BPRIVACY statement OPEN-DATABASE is mandatory, i.e. must be specified.

03

BPRIVACY must run in the ID in which the database to be processed is located. The UDS/SQL utility routine can also be started with the aliases BPRIVACY and START-UDS-AUTHORIZATION.