You can use this option
to add DBMS-specific clauses at the end of the SQL CREATE TABLE statement.
The
SAS/ACCESS engine passes the SQL CREATE TABLE statement and its
clauses to the DBMS. The DBMS then executes the statement and creates
the DBMS table. This option applies only when you are creating a DBMS
table by specifying a libref associated with DBMS data.
If you are already using
the DBTYPE= data set option within an SQL CREATE TABLE statement,
you can also use it to include column modifiers.