Specifies the optional catalog name under which to create the schema. This is useful for data services that are defined for data sources that support catalog names. For those that do not, the catalog name must be the logical catalog name which defaults to the name of the data service.
Specifies the name of the schema.
Authorization identifier of the schema owner. If the AUTHORIZATION clause is not specified, schema ownership defaults to ‘system’. However, schema ownership as ‘system’ could present problems with FedSQL views and data cache.
Specifies an option list for the schema.
create-schema-options ::=
"{" OPTIONS ["("] schema-option[ { "," schema-option } ... ] [")"] "}"
Specifies the syntax for schema options. This option only applies to the BASE data service.
If DRIVER driver-name is
omitted, the default driver for the data service is assumed. Associated
options within the CONOPTS list are used
for connections using the appropriate driver.
conopts-configuration-list ::=
CONOPTS "(" [DRIVER driver-name] [","driver-connection-string-option ...] ")"...
Specifies the driver name.
Specifies the connection
options that correspond to the driver which is specified in DRIVERdriver-name.
Specifies the physical location for the SAS library, which is a collection of one or more SAS files. For example, in directory-based operating environments, a SAS library is a group of SAS files that are stored in the same directory. This option is required for BASE schemas.
PRIMARYPATH path ::= quoted-identifier
Specifies a single quoted or double quoted name.