Typically, each DBMS
connection has one transaction, or work unit, that is active in the
connection. This transaction is affected by commits or rollbacks that
are performed within the connection while executing the SAS application.
The CONNECTION= option enables you to control the number of connections,
and therefore transactions, that are executed and supported for each
LIBNAME statement.
For ODBC databases,
if the data source supports only one active open cursor per connection,
the default value is CONNECTION=UNIQUE. Otherwise, the default value
is CONNECTION=SHAREDREAD.