The LIBNAME Statement for Relational Databases |
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
|
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.
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.
To apply this option to an individual data set, see
the DBCREATE_TABLE_OPTS= Data Set Option.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.