Previous Page | Next Page

The LIBNAME Statement for Relational Databases

DBCREATE_TABLE_OPTS= LIBNAME Option



Specifies DBMS-specific syntax to add to the CREATE TABLE statement.
Default value: none
Valid in: SAS/ACCESS LIBNAME statement
DBMS support: Aster nCluster, DB2 under UNIX and PC Hosts, DB2 under z/OS, Greenplum, HP Neoview, Informix, Microsoft SQL Server, MySQL, Netezza, ODBC, OLE DB, Oracle, Sybase, Sybase IQ, Teradata

Syntax
Details
See Also

Syntax

DBCREATE_TABLE_OPTS='DBMS-SQL-clauses'

DBMS-SQL-clauses

are one or more DBMS-specific clauses that can be appended to the end of an SQL CREATE TABLE statement.


Details

You can use DBCREATE_TABLE_OPTS= to add DBMS-specific clauses to the end of the SQL CREATE TABLE statement. The SAS/ACCESS engine passes the SQL CREATE TABLE statement and its clauses to the DBMS, which executes the statement and creates the DBMS table. DBCREATE_TABLE_OPTS= applies only when you are creating a DBMS table by specifying a libref associated with DBMS data.


See Also

To apply this option to an individual data set, see the DBCREATE_TABLE_OPTS= Data Set Option.

Previous Page | Next Page | Top of Page