Specifies the data service name.
Specifies the new data service name.
Specifies the domain name.
Specifies the domain name.
Catalog registration specification. (Optional) Specify a list of catalogs to register or ALL keyword to register all catalogs visible to the connection.
register-options ::=
[ UID principal ]
[ PWD password ]
[ VALIDATE [N[O]|F[ALSE]|OFF|0|Y[ES]|T[RUE]|ON|1]]
Data Service user principal name.
Data service user password.
Specifies whether the connection and the catalog names are to be validated.
Specifies the list of data service options to alter.
alter-data-service-options::= "{" OPTIONS ["(") alter-data-service-option [{ "," alter-data-service-option } ...]
[")"]"}"
Specifies the data service option to alter.
alter-data-service-option ::=[ alter-operation ]data-service-option
Specifies the data service option.
data-service-option::= conopts-configuration-list
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. Some data services
such as ORACLE accept connections from the SAS Federation Server Driver for ODBC
as well. For these data services, two CONOPTS lists
can be configured, one per driver to accept connections for the two
drivers. The SAS Federation Server Driver for ODBC accepts a CONOPTS driver
connection string option. To configure this option and suboptions
within it, the configuration format is CONOPTS( driver
ODBC, CONOPTS( ... ) ). The inner CONOPTS option,
within the parenthesis, is a list-valued driver connection string,
while the outer CONOPTS option groups arbitrary
driver connection string options configured for the service.
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. The DATA_SERVICE and CATALOG connection string options should not be specified here since they are implied by the data service and its configured catalogs.
This option is transient and valid for the SQL_LOG data service only. Specifies whether to create indexes (ON) or to drop indexes (OFF) for the EVENTS table used for SQL Logging. The default is ON.