Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

Open database (OPEN-DATABASE)

&pagelevel(4)&pagelevel

The OPEN-DATABASE statement defines the database to be processed by subsequent statements of BREORG.

This statement is not offered if the database is assigned using LINK=DATABASE.

OPEN-DATABASE

DATABASE-NAME = <dbname>

,SCHEMA-NAME = *STD / <schema-name>

,USER-IDENTIFICATION = *OWN / <userid>

DATABASE-NAME = <dbname>
Name of the database. You can only process a database that is cataloged under your own user ID. A database under a foreign user ID can only be processed from the system administrator ID TSOS.

SCHEMA-NAME = *STD
The name of the user schema that was defined for the database is used.

SCHEMA-NAME = <schema-name>
schema-name specifies the database schema for whose objects the BREORG statements are to be executed.

Possible values:

PRIVACY-AND-IQF-SCHEMA
COMPILER-SCHEMA
Name of the user schema

USER-IDENTIFICATION = *OWN
The database is located under the user’s own user ID.

USER-IDENTIFICATION = <userid>
The specification of a foreign user ID is only permitted under the system administrator ID TSOS.
In order to process a database, BREORG requires information on the realms, record types, and set relations in the database. The schema name allows BREORG to access the SIA in which this information is contained and subsequently modified as required.