ACCESS Procedure Reference |
Indicates the status or version of the specified CA-Datacom/DB
table.
Optional statement |
|
Applies to: |
access descriptor or view descriptor
|
TBLSTAT<=> <">PROD<"> |
<">TEST<"> | <">test-version<">;
|
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.
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.