TBLSTAT Statement

Indicates the status or version of the specified CA-Datacom/DB table.

Type: Optional statement
Applies to: access descriptor or view descriptor

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 that you want to access. The TBLSTAT statement is required only if the database that 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.