ACCESS Procedure

TABLE Statement

Identifies the DBMS table on which the access descriptor is based

Interactions: applies to access descriptors
required with the CREATE statement
optional with the UPDATE statement

Syntax

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

Required Argument

table-name

a valid DBMS table name. If it contains lowercase characters, special characters, or national characters, you must enclose it in quotation marks. For details, see the DBMS-specific information for your SAS/ACCESS interface.

Last updated: February 3, 2026