Chapter Contents

Previous

Next
TABLE=

TABLE=



Identifies the DBMS table on which the access descriptor is based.

Required statement with the CREATE statement; optional with the UPDATE statement
Table statement: varies with each DBMS
Applies to: access descriptor


Syntax
Details

Syntax

TABLE= <'>table-name<'>;

Details

The TABLE= statement specifies the name of the DBMS table on which the access descriptor is based. The table-name argument must be a valid DBMS table name. If it contains lowercase characters, special characters, or national characters, you must enclose it in quotes. See your DBMS chapter for details on the TABLE= statement.

When you use database connection statements or the TABLE= statement to create or update an access descriptor, you must specify them after the CREATE or UPDATE statement. See CREATE for more information on the order of statements.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.