space
Previous Page | Next Page

ACCESS Procedure Reference

TBLSTAT Statement



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

Syntax
Details

Syntax

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


Details

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

The TBLSTAT statement can take one of the following arguments:

PROD

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

TEST

indicates the table 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