SAS/ACCESS interfaces
that support single or multiple, simultaneous connections to the DBMS
support this option. Not all values are valid for all
SAS/ACCESS interfaces.
For most
SAS/ACCESS
interfaces, there must be a connection, also known as an
attach,
to the DBMS server before they can access any data. Typically, each
DBMS connection has one transaction, or work unit, that is active
in the connection. This transaction is affected by any SQL commits
or rollbacks that the engine performs within the connection while
executing the SAS application.
The CONNECTION= option
lets you control the number of connections, and therefore transactions,
that your
SAS/ACCESS interface executes and supports for each LIBNAME
statement.
GLOBALREAD is the default
value for CONNECTION= when you specify CONNECTION_GROUP=.
Aster n
Cluster,
MySQL: The default value is UNIQUE.
Greenplum,
HP Neoview, Microsoft SQL Server, Netezza, ODBC, Sybase IQ: 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.
Teradata: For
channel-attached systems (
z/OS), the default is SHAREDREAD; for network
attached systems (UNIX and PC platforms), the default is UNIQUE.