This option causes a
DBMS connection to be shared by all READ operations on multiple librefs
if all participating librefs that LIBNAME statements create specify
these items:
-
the same value for the CONNECTION_GROUP=
option
-
identical DBMS connection options
To share a connection
for all operations against multiple librefs, specify CONNECTION=GLOBAL
on all participating LIBNAME statements. Not all
SAS/ACCESS interfaces
support CONNECTION=GLOBAL.
If you specify CONNECTION=GLOBAL
or CONNECTION=GLOBALREAD, operations on multiple librefs can share
a connection even if you omit CONNECTION_GROUP=.
Informix: The
CONNECTION_GROUP option enables multiple librefs or multiple SQL pass-through
facility CONNECT statements to share a connection to the DBMS. This
overcomes the Release 8.2 limitation where users were unable to access
scratch tables across step boundaries as a result of new connections
being established with every procedure.