To establish the DBMS
connection to support the creation and use of temporary tables, issue
a LIBNAME statement with the connection options CONNECTION_GROUP=
connection-group and
CONNECTION=GLOBAL. This LIBNAME statement is required even if you
connect to the database using the pass-through facility CONNECT statement,
because it establishes a connection group.
For every new PROC
SQL step or LIBNAME statement, you must reissue a CONNECT statement.
In the CONNECT statement, set the CONNECTION_GROUP= option to the
same value so that the connection can be reused.