space
Previous Page | Next Page

ACCESS Procedure Reference

DBSTAT Statement



Indicates the status or version of the specified CA-Datacom/DB database.
Optional statement
Applies to: access descriptor or view descriptor

Syntax
Details

Syntax

DBSTAT<=> <">PROD<"> | <">TEST<"> | <">test-version<">;


Details

The DBSTAT statement enables you to indicate the CA-DATADICTIONARY status and version of the CA-Datacom/DB database that you want to access. The DBSTAT statement is required only if the database you want to use is not the one in production status.

The DBSTAT statement can take one of the following arguments:

PROD

indicates the database that is currently in production. This is the default.

TEST

indicates the database that is currently in test.

test-version

indicates a specific test version of the database. This argument must be in the form of Txxx, where xxx is a 3-digit number.

Other status values, such as HIST, are not used.

space
Previous Page | Next Page | Top of Page