Specifies the catalog name.
Specifies the schema name.
Specifies the new schema name.
Specifies what options to alter in the schema.
alter-schema-options ::= "{" OPTIONS ["("] alter-schema-option[{"," alter-schema-option} ... ] [")"]"}"
Specifies the schema option to alter. This option only applies to the BASE data service.
alter-schema-option ::=[DROP schema-option-name ] [{ADD | SET} schema-option ] [create-if-option
Specifies the syntax for schema options.
If DRIVERdriver-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 DRIVER driver-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 applies to BASE schemas only and is required.
path ::= quoted-identifier
Specifies a single quoted or double quoted name.
Creates the schema if it does not already exist using the remaining options.
create-if-option
CREATE_IF N[O]|F[ALSE]|OFF|0|Y[ES]|T[RUE]|ON|1